| 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 OvfWarning |
OvfWarning._newInstance(StructValue structValue)
WARNING: Internal API, 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. |
OvfWarning |
OvfWarning.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<OvfWarning> |
LibraryItemTypes.ResultInfo.getWarnings()
Warnings reported by the
create() or deploy() method. |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryItemTypes.ResultInfo.setWarnings(List<OvfWarning> warnings)
Warnings reported by the
create() or deploy() method. |
| Constructor and Description |
|---|
LibraryItemTypes.ResultInfo.Builder(List<OvfError> errors,
List<OvfWarning> warnings,
List<OvfInfo> information)
Constructor with parameters for the required properties of
LibraryItemTypes.ResultInfo. |
Copyright © 2016. All Rights Reserved.