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