Uses of Class
com.vmware.nsx_policy.model.ErrorResolverInfo
-
Packages that use ErrorResolverInfo Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of ErrorResolverInfo in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return ErrorResolverInfo Modifier and Type Method Description ErrorResolverInfo
ErrorResolver. get(java.lang.String errorId)
Returns some metadata about the given error_id.ErrorResolverInfo
ErrorResolver. get(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns some metadata about the given error_id.ErrorResolverInfo
ErrorResolverStub. get(java.lang.String errorId)
ErrorResolverInfo
ErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy with type arguments of type ErrorResolverInfo Modifier and Type Method Description void
ErrorResolver. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)
Returns some metadata about the given error_id.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.void
ErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback)
void
ErrorResolverStub. get(java.lang.String errorId, com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ErrorResolverInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ErrorResolverInfo Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type ErrorResolverInfo Modifier and Type Method Description java.util.List<ErrorResolverInfo>
ErrorResolverInfoList. getResults()
ErrorResolverInfo listMethod parameters in com.vmware.nsx_policy.model with type arguments of type ErrorResolverInfo Modifier and Type Method Description ErrorResolverInfoList.Builder
ErrorResolverInfoList.Builder. setResults(java.util.List<ErrorResolverInfo> results)
ErrorResolverInfo listvoid
ErrorResolverInfoList. setResults(java.util.List<ErrorResolverInfo> results)
ErrorResolverInfo list
-