Class TemplateDiskAttachmentsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.TemplateDiskAttachmentsServiceImpl
-
- All Implemented Interfaces:
Service
,TemplateDiskAttachmentsService
public class TemplateDiskAttachmentsServiceImpl extends ServiceImpl implements TemplateDiskAttachmentsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.TemplateDiskAttachmentsService
TemplateDiskAttachmentsService.ListRequest, TemplateDiskAttachmentsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description TemplateDiskAttachmentsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateDiskAttachmentService
attachmentService(String id)
Reference to the service that manages a specific attachment.TemplateDiskAttachmentsService.ListRequest
list()
List the disks that are attached to the template.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
TemplateDiskAttachmentsServiceImpl
public TemplateDiskAttachmentsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public TemplateDiskAttachmentsService.ListRequest list()
Description copied from interface:TemplateDiskAttachmentsService
List the disks that are attached to the template. The order of the returned list of attachments isn't guaranteed.- Specified by:
list
in interfaceTemplateDiskAttachmentsService
-
attachmentService
public TemplateDiskAttachmentService attachmentService(String id)
Description copied from interface:TemplateDiskAttachmentsService
Reference to the service that manages a specific attachment.- Specified by:
attachmentService
in interfaceTemplateDiskAttachmentsService
-
service
public Service service(String path)
Description copied from interface:TemplateDiskAttachmentsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceTemplateDiskAttachmentsService
-
-