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 void
CheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential)
Use this API to validate admin password in ALB Controller.void
CheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Use this API to validate admin password in ALB Controller.void
CheckPassword. 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.void
CheckPassword. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to validate admin password in ALB Controller.void
CheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential)
void
CheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
CheckPasswordStub. update(ALBControllerAdminCredential aLBControllerAdminCredential, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
CheckPasswordStub. 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 ALBControllerAdminCredential
ALBControllerAdminCredential. _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 ALBControllerAdminCredential
ALBControllerAdminCredential. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerAdminCredential
ALBControllerAdminCredential.Builder. build()
-