#[non_exhaustive]pub struct StartBgpFailoverTestInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for StartBgpFailoverTestInput
impl Clone for StartBgpFailoverTestInput
sourcefn clone(&self) -> StartBgpFailoverTestInput
fn clone(&self) -> StartBgpFailoverTestInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartBgpFailoverTestInput
impl Debug for StartBgpFailoverTestInput
sourceimpl PartialEq<StartBgpFailoverTestInput> for StartBgpFailoverTestInput
impl PartialEq<StartBgpFailoverTestInput> for StartBgpFailoverTestInput
sourcefn eq(&self, other: &StartBgpFailoverTestInput) -> bool
fn eq(&self, other: &StartBgpFailoverTestInput) -> bool
impl StructuralPartialEq for StartBgpFailoverTestInput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more