Uses of Class
com.vmware.nsx_policy.model.ALBControllerUserCredentialResponse
-
Packages that use ALBControllerUserCredentialResponse Package Description com.vmware.nsx_policy.alb.controller_nodes com.vmware.nsx_policy.model -
-
Uses of ALBControllerUserCredentialResponse in com.vmware.nsx_policy.alb.controller_nodes
Methods in com.vmware.nsx_policy.alb.controller_nodes that return ALBControllerUserCredentialResponse Modifier and Type Method Description ALBControllerUserCredentialResponse
UserCredential. create(ALBControllerUserCredential aLBControllerUserCredential)
Use this API to create service user object credential in ALB controller clutser.ALBControllerUserCredentialResponse
UserCredential. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to create service user object credential in ALB controller clutser.ALBControllerUserCredentialResponse
UserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential)
ALBControllerUserCredentialResponse
UserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ALBControllerUserCredentialResponse
UserCredential. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig)
Use this API to update admin user password or service user object password in ALB controller.ALBControllerUserCredentialResponse
UserCredential. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to update admin user password or service user object password in ALB controller.ALBControllerUserCredentialResponse
UserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig)
ALBControllerUserCredentialResponse
UserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.alb.controller_nodes with type arguments of type ALBControllerUserCredentialResponse Modifier and Type Method Description void
UserCredential. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)
Use this API to create service user object credential in ALB controller clutser.void
UserCredential. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to create service user object credential in ALB controller clutser.void
UserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)
void
UserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
UserCredential. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)
Use this API to update admin user password or service user object password in ALB controller.void
UserCredential. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to update admin user password or service user object password in ALB controller.void
UserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)
void
UserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerUserCredentialResponse in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerUserCredentialResponse Modifier and Type Method Description static ALBControllerUserCredentialResponse
ALBControllerUserCredentialResponse. _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 ALBControllerUserCredentialResponse
ALBControllerUserCredentialResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerUserCredentialResponse
ALBControllerUserCredentialResponse.Builder. build()
-