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 |
---|---|
static OvfInfo |
OvfInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static OvfInfo |
OvfInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OvfInfo |
OvfInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<OvfInfo> |
LibraryItemTypes.ResultInfo.getInformation()
Information messages reported by the
create() or deploy()
method. |
Modifier and Type | Method and Description |
---|---|
void |
LibraryItemTypes.ResultInfo.setInformation(java.util.List<OvfInfo> information)
Information messages reported by the
create() or deploy()
method. |
Constructor and Description |
---|
Builder(java.util.List<OvfError> errors,
java.util.List<OvfWarning> warnings,
java.util.List<OvfInfo> information)
Constructor with parameters for the required properties of
LibraryItemTypes.ResultInfo . |