Struct aws_sdk_networkmanager::model::ConnectPeer
source · [−]#[non_exhaustive]pub struct ConnectPeer {
pub core_network_id: Option<String>,
pub connect_attachment_id: Option<String>,
pub connect_peer_id: Option<String>,
pub edge_location: Option<String>,
pub state: Option<ConnectPeerState>,
pub created_at: Option<DateTime>,
pub configuration: Option<ConnectPeerConfiguration>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes a core network Connect peer.
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.core_network_id: Option<String>
The ID of a core network.
connect_attachment_id: Option<String>
The ID of the attachment to connect.
connect_peer_id: Option<String>
The ID of the Connect peer.
edge_location: Option<String>
The Connect peer Regions where edges are located.
state: Option<ConnectPeerState>
The state of the Connect peer.
created_at: Option<DateTime>
The timestamp when the Connect peer was created.
configuration: Option<ConnectPeerConfiguration>
The configuration of the Connect peer.
The tags associated with the Connect peer.
Implementations
The ID of a core network.
The ID of the attachment to connect.
The ID of the Connect peer.
The Connect peer Regions where edges are located.
The state of the Connect peer.
The timestamp when the Connect peer was created.
The configuration of the Connect peer.
The tags associated with the Connect peer.
Creates a new builder-style object to manufacture ConnectPeer
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 ConnectPeer
impl Send for ConnectPeer
impl Sync for ConnectPeer
impl Unpin for ConnectPeer
impl UnwindSafe for ConnectPeer
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