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 |
---|---|
Property.Builder |
Property.Builder.setCategory(java.lang.String category)
If this is set to a non-empty string, this property starts a new category.
|
Property.Builder |
Property.Builder.setClassId(java.lang.String classId)
The classId of this OVF property.
|
Property.Builder |
Property.Builder.setDescription(java.lang.String description)
A description of this OVF property.
|
Property.Builder |
Property.Builder.setId(java.lang.String id)
The identifier of this OVF property.
|
Property.Builder |
Property.Builder.setInstanceId(java.lang.String instanceId)
The instanceId of this OVF property.
|
Property.Builder |
Property.Builder.setLabel(java.lang.String label)
The display name of this OVF property.
|
Property.Builder |
Property.Builder.setType(java.lang.String type)
The type of this OVF property.
|
Property.Builder |
Property.Builder.setUiOptional(java.lang.Boolean uiOptional)
Whether a category is UI optional.
|
Property.Builder |
Property.Builder.setValue(java.lang.String value)
The OVF property value.
|