Struct aws_sdk_networkmanager::model::ConnectPeer
source · #[non_exhaustive]pub struct ConnectPeer { /* private fields */ }
Expand description
Describes a core network Connect peer.
Implementations§
source§impl ConnectPeer
impl ConnectPeer
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn connect_attachment_id(&self) -> Option<&str>
pub fn connect_attachment_id(&self) -> Option<&str>
The ID of the attachment to connect.
sourcepub fn connect_peer_id(&self) -> Option<&str>
pub fn connect_peer_id(&self) -> Option<&str>
The ID of the Connect peer.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The Connect peer Regions where edges are located.
sourcepub fn state(&self) -> Option<&ConnectPeerState>
pub fn state(&self) -> Option<&ConnectPeerState>
The state of the Connect peer.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp when the Connect peer was created.
sourcepub fn configuration(&self) -> Option<&ConnectPeerConfiguration>
pub fn configuration(&self) -> Option<&ConnectPeerConfiguration>
The configuration of the Connect peer.
The list of key-value tags associated with the Connect peer.
source§impl ConnectPeer
impl ConnectPeer
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectPeer
.
Trait Implementations§
source§impl Clone for ConnectPeer
impl Clone for ConnectPeer
source§fn clone(&self) -> ConnectPeer
fn clone(&self) -> ConnectPeer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConnectPeer
impl Debug for ConnectPeer
source§impl PartialEq<ConnectPeer> for ConnectPeer
impl PartialEq<ConnectPeer> for ConnectPeer
source§fn eq(&self, other: &ConnectPeer) -> bool
fn eq(&self, other: &ConnectPeer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.