Uses of Class
com.vmware.nsx_policy.model.ALBControllerCertificateCsr
-
Packages that use ALBControllerCertificateCsr Package Description com.vmware.nsx_policy.alb.controller_nodes.certificate com.vmware.nsx_policy.model -
-
Uses of ALBControllerCertificateCsr in com.vmware.nsx_policy.alb.controller_nodes.certificate
Methods in com.vmware.nsx_policy.alb.controller_nodes.certificate with parameters of type ALBControllerCertificateCsr Modifier and Type Method Description ALBControllerCertificate
Csr. create(ALBControllerCertificateCsr aLBControllerCertificateCsr)
Use this API to create portal certificate CSR for ALB controller.void
Csr. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerCertificate> asyncCallback)
Use this API to create portal certificate CSR for ALB controller.void
Csr. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerCertificate> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to create portal certificate CSR for ALB controller.ALBControllerCertificate
Csr. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to create portal certificate CSR for ALB controller.ALBControllerCertificate
CsrStub. create(ALBControllerCertificateCsr aLBControllerCertificateCsr)
void
CsrStub. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerCertificate> asyncCallback)
void
CsrStub. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerCertificate> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ALBControllerCertificate
CsrStub. create(ALBControllerCertificateCsr aLBControllerCertificateCsr, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerCertificateCsr in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerCertificateCsr Modifier and Type Method Description static ALBControllerCertificateCsr
ALBControllerCertificateCsr. _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 ALBControllerCertificateCsr
ALBControllerCertificateCsr. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerCertificateCsr
ALBControllerCertificateCsr.Builder. build()
-