Struct aws_sdk_directconnect::model::virtual_interface_test_history::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for VirtualInterfaceTestHistory
Implementations
The ID of the virtual interface failover test.
The ID of the virtual interface failover test.
The ID of the tested virtual interface.
The ID of the tested virtual interface.
Appends an item to bgp_peers.
To override the contents of this collection use set_bgp_peers.
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
The status of the virtual interface failover test.
The status of the virtual interface failover test.
The owner ID of the tested virtual interface.
The owner ID of the tested virtual interface.
The time that the virtual interface failover test ran in minutes.
The time that the virtual interface failover test ran in minutes.
The time that the virtual interface moves to the DOWN state.
The time that the virtual interface moves to the DOWN state.
The time that the virtual interface moves out of the DOWN state.
The time that the virtual interface moves out of the DOWN state.
Consumes the builder and constructs a VirtualInterfaceTestHistory
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
