Struct aws_sdk_networkmanager::model::CoreNetwork
source · #[non_exhaustive]pub struct CoreNetwork { /* private fields */ }
Expand description
Describes a core network.
Implementations§
source§impl CoreNetwork
impl CoreNetwork
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network that your core network is a part of.
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn core_network_arn(&self) -> Option<&str>
pub fn core_network_arn(&self) -> Option<&str>
The ARN of a core network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of a core network.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp when a core network was created.
sourcepub fn state(&self) -> Option<&CoreNetworkState>
pub fn state(&self) -> Option<&CoreNetworkState>
The current state of a core network.
sourcepub fn segments(&self) -> Option<&[CoreNetworkSegment]>
pub fn segments(&self) -> Option<&[CoreNetworkSegment]>
The segments within a core network.
sourcepub fn edges(&self) -> Option<&[CoreNetworkEdge]>
pub fn edges(&self) -> Option<&[CoreNetworkEdge]>
The edges within a core network.
The list of key-value tags associated with a core network.
source§impl CoreNetwork
impl CoreNetwork
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetwork
.
Trait Implementations§
source§impl Clone for CoreNetwork
impl Clone for CoreNetwork
source§fn clone(&self) -> CoreNetwork
fn clone(&self) -> CoreNetwork
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 CoreNetwork
impl Debug for CoreNetwork
source§impl PartialEq<CoreNetwork> for CoreNetwork
impl PartialEq<CoreNetwork> for CoreNetwork
source§fn eq(&self, other: &CoreNetwork) -> bool
fn eq(&self, other: &CoreNetwork) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.