Struct aws_sdk_networkmanager::model::CoreNetworkEdge
source · [−]#[non_exhaustive]pub struct CoreNetworkEdge {
pub edge_location: Option<String>,
pub asn: Option<i64>,
pub inside_cidr_blocks: Option<Vec<String>>,
}
Expand description
Describes a core network edge.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.edge_location: Option<String>
The Region where a core network edge is located.
asn: Option<i64>
The ASN of a core network edge.
inside_cidr_blocks: Option<Vec<String>>
The inside IP addresses used for core network edges.
Implementations
Creates a new builder-style object to manufacture CoreNetworkEdge
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CoreNetworkEdge
impl Send for CoreNetworkEdge
impl Sync for CoreNetworkEdge
impl Unpin for CoreNetworkEdge
impl UnwindSafe for CoreNetworkEdge
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more