| Package | Description |
|---|---|
| com.vmware.nsx | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
EventListResult |
EventsStub.list() |
EventListResult |
Events.list()
Returns a list of all Events defined in NSX.
|
EventListResult |
EventsStub.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
EventListResult |
Events.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of all Events defined in NSX.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventsStub.list(com.vmware.vapi.bindings.client.AsyncCallback<EventListResult> asyncCallback) |
void |
Events.list(com.vmware.vapi.bindings.client.AsyncCallback<EventListResult> asyncCallback)
Returns a list of all Events defined in NSX.
|
void |
EventsStub.list(com.vmware.vapi.bindings.client.AsyncCallback<EventListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Events.list(com.vmware.vapi.bindings.client.AsyncCallback<EventListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of all Events defined in NSX.
|
| Modifier and Type | Method and Description |
|---|---|
static EventListResult |
EventListResult._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 EventListResult |
EventListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
EventListResult |
EventListResult.Builder.build() |