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 void
Tier0s. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig)
API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path.void
Tier0s. 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.void
Tier0s. 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.void
Tier0s. 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.void
Tier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig)
void
Tier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
Tier0sStub. sitefailover(GatewaySiteFailoverActionConfig gatewaySiteFailoverActionConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Tier0sStub. 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 GatewaySiteFailoverActionConfig
GatewaySiteFailoverActionConfig. _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 GatewaySiteFailoverActionConfig
GatewaySiteFailoverActionConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GatewaySiteFailoverActionConfig
GatewaySiteFailoverActionConfig.Builder. build()
-