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 ParseIssue |
ParseIssue._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. |
Modifier and Type | Method and Description |
---|---|
List<ParseIssue> |
OvfMessage.getIssues()
List of parse issues (see ParseIssue ). |
List<ParseIssue> |
OvfError.getIssues()
List of parse issues (see ParseIssue ). |
List<ParseIssue> |
OvfWarning.getIssues()
List of parse issues (see ParseIssue ). |
Modifier and Type | Method and Description |
---|---|
void |
OvfMessage.setIssues(List<ParseIssue> issues)
List of parse issues (see ParseIssue ). |
void |
OvfError.setIssues(List<ParseIssue> issues)
List of parse issues (see ParseIssue ). |
void |
OvfWarning.setIssues(List<ParseIssue> issues)
List of parse issues (see ParseIssue ). |
Copyright © 2015. All Rights Reserved.