#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StartBgpFailoverTestInput
Implementations
The ID of the virtual interface you want to test.
The ID of the virtual interface you want to test.
Appends an item to bgp_peers.
To override the contents of this collection use set_bgp_peers.
The BGP peers to place in the DOWN state.
The BGP peers to place in the DOWN state.
The time in minutes that the virtual interface failover test will last.
Maximum value: 180 minutes (3 hours).
Default: 180 minutes (3 hours).
The time in minutes that the virtual interface failover test will last.
Maximum value: 180 minutes (3 hours).
Default: 180 minutes (3 hours).
Consumes the builder and constructs a StartBgpFailoverTestInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more