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