Struct aws_sdk_ec2::model::PublicIpv4PoolRange [−][src]
#[non_exhaustive]pub struct PublicIpv4PoolRange {
pub first_address: Option<String>,
pub last_address: Option<String>,
pub address_count: Option<i32>,
pub available_address_count: Option<i32>,
}
Expand description
Describes an address range of an IPv4 address 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.first_address: Option<String>
The first IP address in the range.
last_address: Option<String>
The last IP address in the range.
address_count: Option<i32>
The number of addresses in the range.
available_address_count: Option<i32>
The number of available addresses in the range.
Implementations
The first IP address in the range.
The last IP address in the range.
The number of addresses in the range.
The number of available addresses in the range.
Creates a new builder-style object to manufacture PublicIpv4PoolRange
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 PublicIpv4PoolRange
impl Send for PublicIpv4PoolRange
impl Sync for PublicIpv4PoolRange
impl Unpin for PublicIpv4PoolRange
impl UnwindSafe for PublicIpv4PoolRange
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