Struct aws_sdk_directconnect::model::VirtualGateway
source · [−]#[non_exhaustive]pub struct VirtualGateway {
pub virtual_gateway_id: Option<String>,
pub virtual_gateway_state: Option<String>,
}Expand description
Information about a virtual private gateway for a private virtual interface.
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_gateway_id: Option<String>The ID of the virtual private gateway.
virtual_gateway_state: Option<String>The state of the virtual private gateway. The following are the possible values:
-
pending: Initial state after creating the virtual private gateway. -
available: Ready for use by a private virtual interface. -
deleting: Initial state after deleting the virtual private gateway. -
deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.
Implementations
The ID of the virtual private gateway.
The state of the virtual private gateway. The following are the possible values:
-
pending: Initial state after creating the virtual private gateway. -
available: Ready for use by a private virtual interface. -
deleting: Initial state after deleting the virtual private gateway. -
deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.
Creates a new builder-style object to manufacture VirtualGateway
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 VirtualGateway
impl Send for VirtualGateway
impl Sync for VirtualGateway
impl Unpin for VirtualGateway
impl UnwindSafe for VirtualGateway
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