Package | Description |
---|---|
com.vmware.esx.settings.clusters.software.reports |
The
com.vmware.esx.settings.clusters.software.reports package provides
interfaces to manage reports pertaining to the desired state software for a
cluster of ESXi hosts. |
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility |
The
com.vmware.esx.settings.clusters.software.reports.hardware_compatibility
package provides interfaces to manage reports pertaining to the desired state
software for a cluster of ESXi hosts. |
Modifier and Type | Method and Description |
---|---|
static CheckResult |
CheckResult._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 CheckResult |
CheckResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CheckResult |
CheckResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
CheckResult |
Details.get(java.lang.String cluster)
Returns the HCL validation check detailed results.
|
CheckResult |
DetailsStub.get(java.lang.String cluster) |
CheckResult |
Details.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the HCL validation check detailed results.
|
CheckResult |
DetailsStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Details.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<CheckResult> asyncCallback)
Returns the HCL validation check detailed results.
|
void |
DetailsStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<CheckResult> asyncCallback) |
void |
Details.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<CheckResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the HCL validation check detailed results.
|
void |
DetailsStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<CheckResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |