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 |
---|---|
DeploymentOption.Builder |
DeploymentOption.Builder.setDefaultChoice(java.lang.Boolean defaultChoice)
A
boolean flag indicates whether this deployment option is the default
choice. |
DeploymentOption.Builder |
DeploymentOption.Builder.setDescription(java.lang.String description)
A localizable description for the deployment option.
|
DeploymentOption.Builder |
DeploymentOption.Builder.setKey(java.lang.String key)
The key of the deployment option, corresponding to the ovf:id attribute in the
OVF descriptor.
|
DeploymentOption.Builder |
DeploymentOption.Builder.setLabel(java.lang.String label)
A localizable label for the deployment option.
|