| 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 WarningInfo |
WarningInfo._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 WarningInfo |
WarningInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
WarningInfo |
WarningInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarningInfo> |
CertificateParams.getWarnings()
The list of warnings raised for the OVF certificate used in this OVF package
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateParams.setWarnings(java.util.List<WarningInfo> warnings)
The list of warnings raised for the OVF certificate used in this OVF package
deployment.
|
CertificateParams.Builder |
CertificateParams.Builder.setWarnings(java.util.List<WarningInfo> warnings)
The list of warnings raised for the OVF certificate used in this OVF package
deployment.
|