| 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 RemediationAction |
RemediationAction._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 RemediationAction |
RemediationAction._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RemediationAction |
RemediationAction.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RemediationAction> |
RemediationDetails.getRemediationActions()
Messages that describe the actions to perform during remediation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemediationDetails.setRemediationActions(java.util.List<RemediationAction> remediationActions)
Messages that describe the actions to perform during remediation.
|
| Constructor and Description |
|---|
Builder(java.util.List<RemediationAction> remediationActions)
Constructor with parameters for the required properties of
RemediationDetails. |