Struct aws_sdk_directconnect::model::VirtualInterfaceTestHistory [−][src]
#[non_exhaustive]pub struct VirtualInterfaceTestHistory {
pub test_id: Option<String>,
pub virtual_interface_id: Option<String>,
pub bgp_peers: Option<Vec<String>>,
pub status: Option<String>,
pub owner_account: Option<String>,
pub test_duration_in_minutes: Option<i32>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
}Expand description
Information about the virtual interface failover test.
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.test_id: Option<String>The ID of the virtual interface failover test.
virtual_interface_id: Option<String>The ID of the tested virtual interface.
bgp_peers: Option<Vec<String>>The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
status: Option<String>The status of the virtual interface failover test.
owner_account: Option<String>The owner ID of the tested virtual interface.
test_duration_in_minutes: Option<i32>The time that the virtual interface failover test ran in minutes.
start_time: Option<DateTime>The time that the virtual interface moves to the DOWN state.
end_time: Option<DateTime>The time that the virtual interface moves out of the DOWN state.
Implementations
The ID of the tested virtual interface.
The BGP peers that were put in the DOWN state as part of the virtual interface failover test.
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 moves to the DOWN state.
Creates a new builder-style object to manufacture VirtualInterfaceTestHistory
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 VirtualInterfaceTestHistory
impl Send for VirtualInterfaceTestHistory
impl Sync for VirtualInterfaceTestHistory
impl Unpin for VirtualInterfaceTestHistory
impl UnwindSafe for VirtualInterfaceTestHistory
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
