Uses of Class
com.vmware.nsx_policy.model.ALBControllerClusterInfo
-
Packages that use ALBControllerClusterInfo Package Description com.vmware.nsx_policy.alb.controller_nodes com.vmware.nsx_policy.model -
-
Uses of ALBControllerClusterInfo in com.vmware.nsx_policy.alb.controller_nodes
Methods in com.vmware.nsx_policy.alb.controller_nodes that return ALBControllerClusterInfo Modifier and Type Method Description ALBControllerClusterInfo
Cluster. get(java.lang.String clusteringId)
Returns information about Advanced Load Balancer controller cluster statusALBControllerClusterInfo
Cluster. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about Advanced Load Balancer controller cluster statusALBControllerClusterInfo
ClusterStub. get(java.lang.String clusteringId)
ALBControllerClusterInfo
ClusterStub. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.alb.controller_nodes with type arguments of type ALBControllerClusterInfo Modifier and Type Method Description void
Cluster. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
Returns information about Advanced Load Balancer controller cluster statusvoid
Cluster. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about Advanced Load Balancer controller cluster statusvoid
ClusterStub. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback)
void
ClusterStub. get(java.lang.String clusteringId, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerClusterInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerClusterInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerClusterInfo Modifier and Type Method Description static ALBControllerClusterInfo
ALBControllerClusterInfo. _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 ALBControllerClusterInfo
ALBControllerClusterInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerClusterInfo
ALBControllerClusterInfo.Builder. build()
-