Package | Description |
---|---|
com.vmware.esx.settings |
The
com.vmware.esx.settings package provides interfaces to manage ESX
settings. |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
static Notification |
Notification._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 Notification |
Notification._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notification |
Notification.Builder.build() |
Notification |
HostCompliance.getComplianceStatusDetails()
User-friendly notification to describe the compliance status in detail.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Notification> |
Notifications.getErrors()
Error notification messages reported.
|
java.util.List<Notification> |
Notifications.getInfo()
Info notification messages reported.
|
java.util.List<Notification> |
Notifications.getWarnings()
Warning notification messages reported.
|
Modifier and Type | Method and Description |
---|---|
void |
HostCompliance.setComplianceStatusDetails(Notification complianceStatusDetails)
User-friendly notification to describe the compliance status in detail.
|
HostCompliance.Builder |
HostCompliance.Builder.setComplianceStatusDetails(Notification complianceStatusDetails)
User-friendly notification to describe the compliance status in detail.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifications.setErrors(java.util.List<Notification> errors)
Error notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setErrors(java.util.List<Notification> errors)
Error notification messages reported.
|
void |
Notifications.setInfo(java.util.List<Notification> info)
Info notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setInfo(java.util.List<Notification> info)
Info notification messages reported.
|
void |
Notifications.setWarnings(java.util.List<Notification> warnings)
Warning notification messages reported.
|
Notifications.Builder |
Notifications.Builder.setWarnings(java.util.List<Notification> warnings)
Warning notification messages reported.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Notification> |
TransitionTypes.EnableResult.getErrors()
List of errors if any.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionTypes.EnableResult.setErrors(java.util.List<Notification> errors)
List of errors if any.
|
TransitionTypes.EnableResult.Builder |
TransitionTypes.EnableResult.Builder.setErrors(java.util.List<Notification> errors)
List of errors if any.
|