Struct aws_sdk_ec2::model::VpcIpv6CidrBlockAssociation [−][src]
#[non_exhaustive]pub struct VpcIpv6CidrBlockAssociation {
pub association_id: Option<String>,
pub ipv6_cidr_block: Option<String>,
pub ipv6_cidr_block_state: Option<VpcCidrBlockState>,
pub network_border_group: Option<String>,
pub ipv6_pool: Option<String>,
}
Expand description
Describes an IPv6 CIDR block associated with a VPC.
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.association_id: Option<String>
The association ID for the IPv6 CIDR block.
ipv6_cidr_block: Option<String>
The IPv6 CIDR block.
ipv6_cidr_block_state: Option<VpcCidrBlockState>
Information about the state of the CIDR block.
network_border_group: Option<String>
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from
which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1
.
ipv6_pool: Option<String>
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
Implementations
The association ID for the IPv6 CIDR block.
The IPv6 CIDR block.
Information about the state of the CIDR block.
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from
which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1
.
Creates a new builder-style object to manufacture VpcIpv6CidrBlockAssociation
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 VpcIpv6CidrBlockAssociation
impl Send for VpcIpv6CidrBlockAssociation
impl Sync for VpcIpv6CidrBlockAssociation
impl Unpin for VpcIpv6CidrBlockAssociation
impl UnwindSafe for VpcIpv6CidrBlockAssociation
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