#[non_exhaustive]pub struct StartBgpFailoverTestInput { /* private fields */ }Implementations§
source§impl StartBgpFailoverTestInput
impl StartBgpFailoverTestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBgpFailoverTest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBgpFailoverTest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartBgpFailoverTest>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartBgpFailoverTestInput.
source§impl StartBgpFailoverTestInput
impl StartBgpFailoverTestInput
sourcepub fn virtual_interface_id(&self) -> Option<&str>
pub fn virtual_interface_id(&self) -> Option<&str>
The ID of the virtual interface you want to test.
sourcepub fn test_duration_in_minutes(&self) -> Option<i32>
pub fn test_duration_in_minutes(&self) -> 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).
Trait Implementations§
source§impl Clone for StartBgpFailoverTestInput
impl Clone for StartBgpFailoverTestInput
source§fn clone(&self) -> StartBgpFailoverTestInput
fn clone(&self) -> StartBgpFailoverTestInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StartBgpFailoverTestInput
impl Debug for StartBgpFailoverTestInput
source§impl PartialEq<StartBgpFailoverTestInput> for StartBgpFailoverTestInput
impl PartialEq<StartBgpFailoverTestInput> for StartBgpFailoverTestInput
source§fn eq(&self, other: &StartBgpFailoverTestInput) -> bool
fn eq(&self, other: &StartBgpFailoverTestInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.