| Package | Description |
|---|---|
| com.vmware.nsx | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorResolverInfo |
ErrorResolverStub.get(java.lang.String errorId) |
ErrorResolverInfo |
ErrorResolver.get(java.lang.String errorId)
Returns some metadata about the given error_id.
|
ErrorResolverInfo |
ErrorResolverStub.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
ErrorResolverInfo |
ErrorResolver.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns some metadata about the given error_id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorResolverStub.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback) |
void |
ErrorResolver.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)
Returns some metadata about the given error_id.
|
void |
ErrorResolverStub.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ErrorResolver.get(java.lang.String errorId,
com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns some metadata about the given error_id.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorResolverInfo |
ErrorResolverInfo._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 ErrorResolverInfo |
ErrorResolverInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ErrorResolverInfo |
ErrorResolverInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorResolverInfo> |
ErrorResolverInfoList.getResults()
ErrorResolverInfo list
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorResolverInfoList.setResults(java.util.List<ErrorResolverInfo> results)
ErrorResolverInfo list
|
ErrorResolverInfoList.Builder |
ErrorResolverInfoList.Builder.setResults(java.util.List<ErrorResolverInfo> results)
ErrorResolverInfo list
|