#[non_exhaustive]pub struct CoreNetworkChangeValues { /* private fields */ }
Expand description
Describes a core network change.
Implementations§
source§impl CoreNetworkChangeValues
impl CoreNetworkChangeValues
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The names of the segments in a core network.
sourcepub fn edge_locations(&self) -> Option<&[String]>
pub fn edge_locations(&self) -> Option<&[String]>
The Regions where edges are located in a core network.
sourcepub fn destination_identifier(&self) -> Option<&str>
pub fn destination_identifier(&self) -> Option<&str>
The ID of the destination.
sourcepub fn inside_cidr_blocks(&self) -> Option<&[String]>
pub fn inside_cidr_blocks(&self) -> Option<&[String]>
The inside IP addresses used for core network change values.
The shared segments for a core network change value.
source§impl CoreNetworkChangeValues
impl CoreNetworkChangeValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkChangeValues
.
Trait Implementations§
source§impl Clone for CoreNetworkChangeValues
impl Clone for CoreNetworkChangeValues
source§fn clone(&self) -> CoreNetworkChangeValues
fn clone(&self) -> CoreNetworkChangeValues
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 CoreNetworkChangeValues
impl Debug for CoreNetworkChangeValues
source§impl PartialEq<CoreNetworkChangeValues> for CoreNetworkChangeValues
impl PartialEq<CoreNetworkChangeValues> for CoreNetworkChangeValues
source§fn eq(&self, other: &CoreNetworkChangeValues) -> bool
fn eq(&self, other: &CoreNetworkChangeValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.