#[non_exhaustive]pub struct NetworkRouteDestination { /* private fields */ }
Expand description
Describes the destination of a network route.
Implementations§
source§impl NetworkRouteDestination
impl NetworkRouteDestination
sourcepub fn core_network_attachment_id(&self) -> Option<&str>
pub fn core_network_attachment_id(&self) -> Option<&str>
The ID of a core network attachment.
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway attachment.
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The name of the segment.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The edge location for the network destination.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
source§impl NetworkRouteDestination
impl NetworkRouteDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkRouteDestination
.
Trait Implementations§
source§impl Clone for NetworkRouteDestination
impl Clone for NetworkRouteDestination
source§fn clone(&self) -> NetworkRouteDestination
fn clone(&self) -> NetworkRouteDestination
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 NetworkRouteDestination
impl Debug for NetworkRouteDestination
source§impl PartialEq<NetworkRouteDestination> for NetworkRouteDestination
impl PartialEq<NetworkRouteDestination> for NetworkRouteDestination
source§fn eq(&self, other: &NetworkRouteDestination) -> bool
fn eq(&self, other: &NetworkRouteDestination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.