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 ALBControllerUserCredentialResponseUserCredential. create(ALBControllerUserCredential aLBControllerUserCredential)Use this API to create service user object credential in ALB controller clutser.ALBControllerUserCredentialResponseUserCredential. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Use this API to create service user object credential in ALB controller clutser.ALBControllerUserCredentialResponseUserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential)ALBControllerUserCredentialResponseUserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ALBControllerUserCredentialResponseUserCredential. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig)Use this API to update admin user password or service user object password in ALB controller.ALBControllerUserCredentialResponseUserCredential. 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.ALBControllerUserCredentialResponseUserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig)ALBControllerUserCredentialResponseUserCredentialStub. 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 voidUserCredential. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)Use this API to create service user object credential in ALB controller clutser.voidUserCredential. 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.voidUserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)voidUserCredentialStub. create(ALBControllerUserCredential aLBControllerUserCredential, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidUserCredential. 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.voidUserCredential. 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.voidUserCredentialStub. update(ALBControllerUserCredential aLBControllerUserCredential, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerUserCredentialResponse> asyncCallback)voidUserCredentialStub. 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 ALBControllerUserCredentialResponseALBControllerUserCredentialResponse. _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 ALBControllerUserCredentialResponseALBControllerUserCredentialResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerUserCredentialResponseALBControllerUserCredentialResponse.Builder. build()
-