Uses of Class
software.amazon.awssdk.services.directconnect.model.StartBgpFailoverTestRequest
-
Packages that use StartBgpFailoverTestRequest Package Description software.amazon.awssdk.services.directconnect Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.software.amazon.awssdk.services.directconnect.transform -
-
Uses of StartBgpFailoverTestRequest in software.amazon.awssdk.services.directconnect
Methods in software.amazon.awssdk.services.directconnect with parameters of type StartBgpFailoverTestRequest Modifier and Type Method Description default CompletableFuture<StartBgpFailoverTestResponse>DirectConnectAsyncClient. startBgpFailoverTest(StartBgpFailoverTestRequest startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.default StartBgpFailoverTestResponseDirectConnectClient. startBgpFailoverTest(StartBgpFailoverTestRequest startBgpFailoverTestRequest)Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. -
Uses of StartBgpFailoverTestRequest in software.amazon.awssdk.services.directconnect.transform
Methods in software.amazon.awssdk.services.directconnect.transform with parameters of type StartBgpFailoverTestRequest Modifier and Type Method Description SdkHttpFullRequestStartBgpFailoverTestRequestMarshaller. marshall(StartBgpFailoverTestRequest startBgpFailoverTestRequest)
-