Uses of Interface
org.ovirt.engine.sdk4.services.AttachedStorageDomainDiskService.MoveRequest
-
Packages that use AttachedStorageDomainDiskService.MoveRequest Package Description org.ovirt.engine.sdk4.internal.services org.ovirt.engine.sdk4.services -
-
Uses of AttachedStorageDomainDiskService.MoveRequest in org.ovirt.engine.sdk4.internal.services
Methods in org.ovirt.engine.sdk4.internal.services that return AttachedStorageDomainDiskService.MoveRequest Modifier and Type Method Description AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskServiceImpl. move()
-
Uses of AttachedStorageDomainDiskService.MoveRequest in org.ovirt.engine.sdk4.services
Methods in org.ovirt.engine.sdk4.services that return AttachedStorageDomainDiskService.MoveRequest Modifier and Type Method Description AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskService.MoveRequest. async(Boolean async)
Indicates if the move should be performed asynchronously.AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskService.MoveRequest. filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskService. move()
Moves a disk to another storage domain.AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskService.MoveRequest. storageDomain(StorageDomainBuilder storageDomain)
The storage domain where the disk will be moved to.AttachedStorageDomainDiskService.MoveRequest
AttachedStorageDomainDiskService.MoveRequest. storageDomain(StorageDomain storageDomain)
-