Package | Description |
---|---|
com.vmware.appliance |
The
com.vmware.appliance package provides interfaces for managing
vCenter Appliance configuration. |
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() |
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.
|
java.util.List<Notification> |
Health.messages(java.lang.String item)
Get health messages.
|
java.util.List<Notification> |
HealthStub.messages(java.lang.String item) |
java.util.List<Notification> |
Health.messages(java.lang.String item,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get health messages.
|
java.util.List<Notification> |
HealthStub.messages(java.lang.String item,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Health.messages(java.lang.String item,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Notification>> asyncCallback)
Get health messages.
|
void |
HealthStub.messages(java.lang.String item,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Notification>> asyncCallback) |
void |
Health.messages(java.lang.String item,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Notification>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get health messages.
|
void |
HealthStub.messages(java.lang.String item,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.List<Notification>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
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.
|