Struct aws_sdk_ec2::model::IpamPoolCidr [−][src]
#[non_exhaustive]pub struct IpamPoolCidr {
pub cidr: Option<String>,
pub state: Option<IpamPoolCidrState>,
pub failure_reason: Option<IpamPoolCidrFailureReason>,
}
Expand description
A CIDR provisioned to an IPAM pool.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cidr: Option<String>
The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask)
and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6 CIDR example is 2001:DB8::/32
.
state: Option<IpamPoolCidrState>
The state of the CIDR.
failure_reason: Option<IpamPoolCidrFailureReason>
Details related to why an IPAM pool CIDR failed to be provisioned.
Implementations
The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask)
and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23
. An IPv6 CIDR example is 2001:DB8::/32
.
The state of the CIDR.
Details related to why an IPAM pool CIDR failed to be provisioned.
Creates a new builder-style object to manufacture IpamPoolCidr
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 IpamPoolCidr
impl Send for IpamPoolCidr
impl Sync for IpamPoolCidr
impl Unpin for IpamPoolCidr
impl UnwindSafe for IpamPoolCidr
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