public static interface StorageDomainVmService.ImportRequest extends Request<StorageDomainVmService.ImportRequest,StorageDomainVmService.ImportResponse>
Modifier and Type | Method and Description |
---|---|
StorageDomainVmService.ImportRequest |
async(Boolean async)
Indicates if the import should be performed asynchronously.
|
StorageDomainVmService.ImportRequest |
clone_(Boolean clone_)
Indicates if the identifiers of the imported virtual machine
should be regenerated.
|
StorageDomainVmService.ImportRequest |
cluster(Cluster cluster) |
StorageDomainVmService.ImportRequest |
cluster(ClusterBuilder cluster) |
StorageDomainVmService.ImportRequest |
collapseSnapshots(Boolean collapseSnapshots)
Indicates of the snapshots of the virtual machine that is imported
should be collapsed, so that the result will be a virtual machine
without snapshots.
|
StorageDomainVmService.ImportRequest |
storageDomain(StorageDomain storageDomain) |
StorageDomainVmService.ImportRequest |
storageDomain(StorageDomainBuilder storageDomain) |
StorageDomainVmService.ImportRequest |
vm(Vm vm) |
StorageDomainVmService.ImportRequest |
vm(VmBuilder vm) |
StorageDomainVmService.ImportRequest async(Boolean async)
Indicates if the import should be performed asynchronously.
StorageDomainVmService.ImportRequest clone_(Boolean clone_)
Indicates if the identifiers of the imported virtual machine should be regenerated.
By default when a virtual machine is imported the identifiers
are preserved. This means that the same virtual machine can’t
be imported multiple times, as that identifiers needs to be
unique. To allow importing the same machine multiple times set
this parameter to true
, as the default is false
.
StorageDomainVmService.ImportRequest cluster(Cluster cluster)
StorageDomainVmService.ImportRequest cluster(ClusterBuilder cluster)
StorageDomainVmService.ImportRequest collapseSnapshots(Boolean collapseSnapshots)
Indicates of the snapshots of the virtual machine that is imported should be collapsed, so that the result will be a virtual machine without snapshots.
This parameter is optional, and if it isn’t explicity specified the
default value is false
.
StorageDomainVmService.ImportRequest storageDomain(StorageDomain storageDomain)
StorageDomainVmService.ImportRequest storageDomain(StorageDomainBuilder storageDomain)
StorageDomainVmService.ImportRequest vm(Vm vm)
Copyright © 2016. All rights reserved.