Struct aws_sdk_elasticloadbalancingv2::model::AvailabilityZone [−][src]
#[non_exhaustive]pub struct AvailabilityZone {
pub zone_name: Option<String>,
pub subnet_id: Option<String>,
pub outpost_id: Option<String>,
pub load_balancer_addresses: Option<Vec<LoadBalancerAddress>>,
}
Expand description
Information about an Availability Zone.
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.zone_name: Option<String>
The name of the Availability Zone.
subnet_id: Option<String>
The ID of the subnet. You can specify one subnet per Availability Zone.
outpost_id: Option<String>
[Application Load Balancers on Outposts] The ID of the Outpost.
load_balancer_addresses: Option<Vec<LoadBalancerAddress>>
[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
Implementations
The ID of the subnet. You can specify one subnet per Availability Zone.
[Application Load Balancers on Outposts] The ID of the Outpost.
[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
Creates a new builder-style object to manufacture AvailabilityZone
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 AvailabilityZone
impl Send for AvailabilityZone
impl Sync for AvailabilityZone
impl Unpin for AvailabilityZone
impl UnwindSafe for AvailabilityZone
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