Uses of Interface
org.ovirt.engine.sdk4.services.AttachedStorageDomainDiskService.CopyRequest
-
Packages that use AttachedStorageDomainDiskService.CopyRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of AttachedStorageDomainDiskService.CopyRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return AttachedStorageDomainDiskService.CopyRequest Modifier and Type Method Description AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskServiceImpl. copy()
-
Uses of AttachedStorageDomainDiskService.CopyRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return AttachedStorageDomainDiskService.CopyRequest Modifier and Type Method Description AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskService. copy()
Copies a disk to the specified storage domain.AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskService.CopyRequest. disk(DiskBuilder disk)
Description of the resulting disk.AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskService.CopyRequest. disk(Disk disk)
AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskService.CopyRequest. storageDomain(StorageDomainBuilder storageDomain)
The storage domain where the new disk will be created.AttachedStorageDomainDiskService.CopyRequest
AttachedStorageDomainDiskService.CopyRequest. storageDomain(StorageDomain storageDomain)
-