Uses of Class
com.vmware.nsx_policy.model.ErrorResolverInfoList
-
Packages that use ErrorResolverInfoList Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of ErrorResolverInfoList in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return ErrorResolverInfoList Modifier and Type Method Description ErrorResolverInfoListErrorResolver. list()Returns a list of metadata for all the error resolvers registered.ErrorResolverInfoListErrorResolver. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns a list of metadata for all the error resolvers registered.ErrorResolverInfoListErrorResolverStub. list()ErrorResolverInfoListErrorResolverStub. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy with type arguments of type ErrorResolverInfoList Modifier and Type Method Description voidErrorResolver. list(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback)Returns a list of metadata for all the error resolvers registered.voidErrorResolver. 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.voidErrorResolverStub. list(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback)voidErrorResolverStub. list(com.vmware.vapi.bindings.client.AsyncCallback<ErrorResolverInfoList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ErrorResolverInfoList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ErrorResolverInfoList Modifier and Type Method Description static ErrorResolverInfoListErrorResolverInfoList. _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 ErrorResolverInfoListErrorResolverInfoList. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ErrorResolverInfoListErrorResolverInfoList.Builder. build()
-