Package org.ovirt.engine.sdk4.services
Interface VmService.ExportToExportDomainRequest
-
- All Superinterfaces:
Request<VmService.ExportToExportDomainRequest,VmService.ExportToExportDomainResponse>
- Enclosing interface:
- VmService
public static interface VmService.ExportToExportDomainRequest extends Request<VmService.ExportToExportDomainRequest,VmService.ExportToExportDomainResponse>
Exports a virtual machine to an export domain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmService.ExportToExportDomainRequest
async(Boolean async)
Indicates if the export should be performed asynchronously.VmService.ExportToExportDomainRequest
discardSnapshots(Boolean discardSnapshots)
Use the `discard_snapshots` parameter when the virtual machine should be exported with all of its snapshots collapsed.VmService.ExportToExportDomainRequest
exclusive(Boolean exclusive)
Use the `exclusive` parameter when the virtual machine should be exported even if another copy of it already exists in the export domain (override).VmService.ExportToExportDomainRequest
storageDomain(StorageDomainBuilder storageDomain)
The (export) storage domain to export the virtual machine to.VmService.ExportToExportDomainRequest
storageDomain(StorageDomain storageDomain)
-
-
-
Method Detail
-
async
VmService.ExportToExportDomainRequest async(Boolean async)
Indicates if the export should be performed asynchronously.
-
discardSnapshots
VmService.ExportToExportDomainRequest discardSnapshots(Boolean discardSnapshots)
Use the `discard_snapshots` parameter when the virtual machine should be exported with all of its snapshots collapsed.
-
exclusive
VmService.ExportToExportDomainRequest exclusive(Boolean exclusive)
Use the `exclusive` parameter when the virtual machine should be exported even if another copy of it already exists in the export domain (override).
-
storageDomain
VmService.ExportToExportDomainRequest storageDomain(StorageDomain storageDomain)
-
storageDomain
VmService.ExportToExportDomainRequest storageDomain(StorageDomainBuilder storageDomain)
The (export) storage domain to export the virtual machine to.
-
-