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 |
---|---|
ExtraConfigParams.Builder |
ExtraConfigParams.Builder.setExcludeKeys(java.util.List<java.lang.String> excludeKeys)
Specifies which extra configuration items in the
List in the
getExtraConfigs() field should be ignored during deployment. |
ExtraConfigParams.Builder |
ExtraConfigParams.Builder.setExtraConfigs(java.util.List<ExtraConfig> extraConfigs)
List of vmw:ExtraConfig elements in the OVF package. |
ExtraConfigParams.Builder |
ExtraConfigParams.Builder.setIncludeKeys(java.util.List<java.lang.String> includeKeys)
Specifies which extra configuration items in the
List in the
getExtraConfigs() field should be included during deployment. |
ExtraConfigParams.Builder |
ExtraConfigParams.Builder.setType(java.lang.String type)
Unique identifier describing the type of the OVF parameters.
|