Uses of Class
com.vmware.nsx_policy.model.ALBControllerConfiguration
-
Packages that use ALBControllerConfiguration Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of ALBControllerConfiguration in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra with parameters of type ALBControllerConfiguration Modifier and Type Method Description EnforcementPoint
AlbOnboardingWorkflow. update(ALBControllerConfiguration aLBControllerConfiguration)
Set the post deployment cluster configuration for Advanced Load Balancer controller cluster.void
AlbOnboardingWorkflow. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback)
Set the post deployment cluster configuration for Advanced Load Balancer controller cluster.void
AlbOnboardingWorkflow. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the post deployment cluster configuration for Advanced Load Balancer controller cluster.EnforcementPoint
AlbOnboardingWorkflow. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the post deployment cluster configuration for Advanced Load Balancer controller cluster.EnforcementPoint
AlbOnboardingWorkflowStub. update(ALBControllerConfiguration aLBControllerConfiguration)
void
AlbOnboardingWorkflowStub. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback)
void
AlbOnboardingWorkflowStub. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
EnforcementPoint
AlbOnboardingWorkflowStub. update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerConfiguration in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerConfiguration Modifier and Type Method Description static ALBControllerConfiguration
ALBControllerConfiguration. _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 ALBControllerConfiguration
ALBControllerConfiguration. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerConfiguration
ALBControllerConfiguration.Builder. build()
-