Struct aws_sdk_ec2::model::PublicIpv4Pool [−][src]
#[non_exhaustive]pub struct PublicIpv4Pool {
pub pool_id: Option<String>,
pub description: Option<String>,
pub pool_address_ranges: Option<Vec<PublicIpv4PoolRange>>,
pub total_address_count: Option<i32>,
pub total_available_address_count: Option<i32>,
pub network_border_group: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes 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.pool_id: Option<String>
The ID of the address pool.
description: Option<String>
A description of the address pool.
pool_address_ranges: Option<Vec<PublicIpv4PoolRange>>
The address ranges.
total_address_count: Option<i32>
The total number of addresses.
total_available_address_count: Option<i32>
The total number of available addresses.
network_border_group: Option<String>
The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.
Any tags for the address pool.
Implementations
A description of the address pool.
The address ranges.
The total number of addresses.
The total number of available addresses.
The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.
Any tags for the address pool.
Creates a new builder-style object to manufacture PublicIpv4Pool
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 PublicIpv4Pool
impl Send for PublicIpv4Pool
impl Sync for PublicIpv4Pool
impl Unpin for PublicIpv4Pool
impl UnwindSafe for PublicIpv4Pool
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