#[non_exhaustive]pub struct CoreNetworkSegmentEdgeIdentifier { /* private fields */ }Expand description
Returns details about a core network edge.
Implementations§
source§impl CoreNetworkSegmentEdgeIdentifier
impl CoreNetworkSegmentEdgeIdentifier
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The name of the segment edge.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The Region where the segment edge is located.
source§impl CoreNetworkSegmentEdgeIdentifier
impl CoreNetworkSegmentEdgeIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkSegmentEdgeIdentifier.
Trait Implementations§
source§impl Clone for CoreNetworkSegmentEdgeIdentifier
impl Clone for CoreNetworkSegmentEdgeIdentifier
source§fn clone(&self) -> CoreNetworkSegmentEdgeIdentifier
fn clone(&self) -> CoreNetworkSegmentEdgeIdentifier
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