| Package | Description |
|---|---|
| com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
| Modifier and Type | Method and Description |
|---|---|
static CheckDescription |
CheckDescription._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 CheckDescription |
CheckDescription._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CheckDescription |
CheckDescription.Builder.build() |
CheckDescription |
CheckStatus.getCheck()
Information about this check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckStatus.setCheck(CheckDescription check)
Information about this check.
|
| Constructor and Description |
|---|
Builder(CheckDescription check,
Status status)
Constructor with parameters for the required properties of
CheckStatus. |