Package | Description |
---|---|
com.vmware.vcenter.ovf |
The
com.vmware.vcenter.ovf package provides services to capture and
deploy Open Virtualization Format (OVF) packages to and from the content
library. |
Modifier and Type | Method and Description |
---|---|
SizeParams.Builder |
SizeParams.Builder.setApproximateDownloadSize(java.lang.Long approximateDownloadSize)
A best guess as to the total amount of data that must be transferred to download
the OVF package.
|
SizeParams.Builder |
SizeParams.Builder.setApproximateFlatDeploymentSize(java.lang.Long approximateFlatDeploymentSize)
A best guess as to the total amount of space required to deploy the OVF package
if using flat disks.
|
SizeParams.Builder |
SizeParams.Builder.setApproximateSparseDeploymentSize(java.lang.Long approximateSparseDeploymentSize)
A best guess as to the total amount of space required to deploy the OVF package
using sparse disks.
|
SizeParams.Builder |
SizeParams.Builder.setType(java.lang.String type)
Unique identifier describing the type of the OVF parameters.
|
SizeParams.Builder |
SizeParams.Builder.setVariableDiskSize(java.lang.Boolean variableDiskSize)
Whether the OVF uses variable disk sizes.
|