Uses of Interface
software.amazon.awssdk.services.directconnect.model.StartBgpFailoverTestRequest.Builder
-
Packages that use StartBgpFailoverTestRequest.Builder 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.model -
-
Uses of StartBgpFailoverTestRequest.Builder in software.amazon.awssdk.services.directconnect
Method parameters in software.amazon.awssdk.services.directconnect with type arguments of type StartBgpFailoverTestRequest.Builder Modifier and Type Method Description default CompletableFuture<StartBgpFailoverTestResponse>DirectConnectAsyncClient. startBgpFailoverTest(Consumer<StartBgpFailoverTestRequest.Builder> 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(Consumer<StartBgpFailoverTestRequest.Builder> 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.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return StartBgpFailoverTestRequest.Builder Modifier and Type Method Description StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. bgpPeers(String... bgpPeers)The BGP peers to place in the DOWN state.StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. bgpPeers(Collection<String> bgpPeers)The BGP peers to place in the DOWN state.static StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest. builder()StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. testDurationInMinutes(Integer testDurationInMinutes)The time in minutes that the virtual interface failover test will last.StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest. toBuilder()StartBgpFailoverTestRequest.BuilderStartBgpFailoverTestRequest.Builder. virtualInterfaceId(String virtualInterfaceId)The ID of the virtual interface you want to test.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type StartBgpFailoverTestRequest.Builder Modifier and Type Method Description static Class<? extends StartBgpFailoverTestRequest.Builder>StartBgpFailoverTestRequest. serializableBuilderClass()
-