Uses of Class
com.vmware.nsx_policy.model.ALBControllerSystemConfigurationResponse
-
Packages that use ALBControllerSystemConfigurationResponse Package Description com.vmware.nsx_policy.alb.controller_nodes com.vmware.nsx_policy.model -
-
Uses of ALBControllerSystemConfigurationResponse in com.vmware.nsx_policy.alb.controller_nodes
Methods in com.vmware.nsx_policy.alb.controller_nodes that return ALBControllerSystemConfigurationResponse Modifier and Type Method Description ALBControllerSystemConfigurationResponse
SystemConfiguration. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig)
Use this API to update DNS, NTP and Backup server config in ALB controller.ALBControllerSystemConfigurationResponse
SystemConfiguration. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to update DNS, NTP and Backup server config in ALB controller.ALBControllerSystemConfigurationResponse
SystemConfigurationStub. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig)
ALBControllerSystemConfigurationResponse
SystemConfigurationStub. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, 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 ALBControllerSystemConfigurationResponse Modifier and Type Method Description void
SystemConfiguration. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerSystemConfigurationResponse> asyncCallback)
Use this API to update DNS, NTP and Backup server config in ALB controller.void
SystemConfiguration. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerSystemConfigurationResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Use this API to update DNS, NTP and Backup server config in ALB controller.void
SystemConfigurationStub. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerSystemConfigurationResponse> asyncCallback)
void
SystemConfigurationStub. update(ALBControllerSystemConfiguration aLBControllerSystemConfiguration, java.lang.Boolean runningConfig, com.vmware.vapi.bindings.client.AsyncCallback<ALBControllerSystemConfigurationResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ALBControllerSystemConfigurationResponse in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ALBControllerSystemConfigurationResponse Modifier and Type Method Description static ALBControllerSystemConfigurationResponse
ALBControllerSystemConfigurationResponse. _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 ALBControllerSystemConfigurationResponse
ALBControllerSystemConfigurationResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ALBControllerSystemConfigurationResponse
ALBControllerSystemConfigurationResponse.Builder. build()
-