Class StorageDomainVmDiskAttachmentsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.StorageDomainVmDiskAttachmentsServiceImpl
-
- All Implemented Interfaces:
Service
,StorageDomainVmDiskAttachmentsService
public class StorageDomainVmDiskAttachmentsServiceImpl extends ServiceImpl implements StorageDomainVmDiskAttachmentsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.StorageDomainVmDiskAttachmentsService
StorageDomainVmDiskAttachmentsService.ListRequest, StorageDomainVmDiskAttachmentsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description StorageDomainVmDiskAttachmentsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageDomainVmDiskAttachmentService
attachmentService(String id)
Reference to the service that manages a specific attachment.StorageDomainVmDiskAttachmentsService.ListRequest
list()
List the disks that are attached to the virtual machine.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
-
StorageDomainVmDiskAttachmentsServiceImpl
public StorageDomainVmDiskAttachmentsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public StorageDomainVmDiskAttachmentsService.ListRequest list()
Description copied from interface:StorageDomainVmDiskAttachmentsService
List the disks that are attached to the virtual machine. The order of the returned list of disk attachments isn't guaranteed.- Specified by:
list
in interfaceStorageDomainVmDiskAttachmentsService
-
attachmentService
public StorageDomainVmDiskAttachmentService attachmentService(String id)
Description copied from interface:StorageDomainVmDiskAttachmentsService
Reference to the service that manages a specific attachment.- Specified by:
attachmentService
in interfaceStorageDomainVmDiskAttachmentsService
-
service
public Service service(String path)
Description copied from interface:StorageDomainVmDiskAttachmentsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceStorageDomainVmDiskAttachmentsService
-
-