Struct aws_sdk_directconnect::input::StartBgpFailoverTestInput [−][src]
#[non_exhaustive]pub struct StartBgpFailoverTestInput {
pub virtual_interface_id: Option<String>,
pub bgp_peers: Option<Vec<String>>,
pub test_duration_in_minutes: Option<i32>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.virtual_interface_id: Option<String>The ID of the virtual interface you want to test.
bgp_peers: Option<Vec<String>>The BGP peers to place in the DOWN state.
test_duration_in_minutes: Option<i32>The time in minutes that the virtual interface failover test will last.
Maximum value: 180 minutes (3 hours).
Default: 180 minutes (3 hours).
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBgpFailoverTest, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBgpFailoverTest, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartBgpFailoverTest>
Creates a new builder-style object to manufacture StartBgpFailoverTestInput
The ID of the virtual interface you want to test.
The time in minutes that the virtual interface failover test will last.
Maximum value: 180 minutes (3 hours).
Default: 180 minutes (3 hours).
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StartBgpFailoverTestInput
impl Send for StartBgpFailoverTestInput
impl Sync for StartBgpFailoverTestInput
impl Unpin for StartBgpFailoverTestInput
impl UnwindSafe for StartBgpFailoverTestInput
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
