Uses of Class
com.vmware.nsx_policy.model.ALBControllerAdminCredential
-
Packages that use ALBControllerAdminCredential Package Description com.vmware.nsx_policy.alb.controller_nodes com.vmware.nsx_policy.model -
-
Uses of ALBControllerAdminCredential in com.vmware.nsx_policy.alb.controller_nodes
Methods in com.vmware.nsx_policy.alb.controller_nodes with parameters of type ALBControllerAdminCredential Modifier and Type Method Description voidCheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential)Use this API to validate admin password in ALB Controller.voidCheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Use this API to validate admin password in ALB Controller.voidCheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Use this API to validate admin password in ALB Controller.voidCheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Use this API to validate admin password in ALB Controller.voidCheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential)voidCheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidCheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidCheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ALBControllerAdminCredential in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerAdminCredential Modifier and Type Method Description static ALBControllerAdminCredentialALBControllerAdminCredential. _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 ALBControllerAdminCredentialALBControllerAdminCredential. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerAdminCredentialALBControllerAdminCredential.Builder. build()
-