Struct aws_sdk_networkmanager::model::GlobalNetwork
source · #[non_exhaustive]pub struct GlobalNetwork { /* private fields */ }Expand description
Describes a global network. This is a single private network acting as a high-level container for your network objects, including an Amazon Web Services-managed Core Network.
Implementations§
source§impl GlobalNetwork
impl GlobalNetwork
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn global_network_arn(&self) -> Option<&str>
pub fn global_network_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the global network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the global network.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time that the global network was created.
sourcepub fn state(&self) -> Option<&GlobalNetworkState>
pub fn state(&self) -> Option<&GlobalNetworkState>
The state of the global network.
The tags for the global network.
source§impl GlobalNetwork
impl GlobalNetwork
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GlobalNetwork.
Trait Implementations§
source§impl Clone for GlobalNetwork
impl Clone for GlobalNetwork
source§fn clone(&self) -> GlobalNetwork
fn clone(&self) -> GlobalNetwork
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 more