Uses of Class
com.vmware.nsx_policy.model.GatewaySiteFailoverActionConfig
-
Packages that use GatewaySiteFailoverActionConfig Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of GatewaySiteFailoverActionConfig in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra with parameters of type GatewaySiteFailoverActionConfig Modifier and Type Method Description voidTier0s. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig)API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path.voidTier0s. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path.voidTier0s. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path.voidTier0s. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path.voidTier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig)voidTier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidTier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidTier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of GatewaySiteFailoverActionConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GatewaySiteFailoverActionConfig Modifier and Type Method Description static GatewaySiteFailoverActionConfigGatewaySiteFailoverActionConfig. _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 GatewaySiteFailoverActionConfigGatewaySiteFailoverActionConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GatewaySiteFailoverActionConfigGatewaySiteFailoverActionConfig.Builder. build()
-