Class: Aws::ElasticLoadBalancingV2::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about an Availability Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_addresses ⇒ Array<Types::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.
-
#outpost_id ⇒ String
[Application Load Balancers on Outposts] The ID of the Outpost.
-
#source_nat_ipv_6_prefixes ⇒ Array<String>
[Network Load Balancers with UDP listeners] The IPv6 prefixes to use for source NAT.
-
#subnet_id ⇒ String
The ID of the subnet.
-
#zone_name ⇒ String
The name of the Availability Zone.
Instance Attribute Details
#load_balancer_addresses ⇒ Array<Types::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.
411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 411 class AvailabilityZone < Struct.new( :zone_name, :subnet_id, :outpost_id, :load_balancer_addresses, :source_nat_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
[Application Load Balancers on Outposts] The ID of the Outpost.
411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 411 class AvailabilityZone < Struct.new( :zone_name, :subnet_id, :outpost_id, :load_balancer_addresses, :source_nat_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#source_nat_ipv_6_prefixes ⇒ Array<String>
[Network Load Balancers with UDP listeners] The IPv6 prefixes to use for source NAT. For each subnet, specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or ‘auto_assigned` to use an IPv6 prefix selected at random from the subnet CIDR block.
411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 411 class AvailabilityZone < Struct.new( :zone_name, :subnet_id, :outpost_id, :load_balancer_addresses, :source_nat_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet. You can specify one subnet per Availability Zone.
411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 411 class AvailabilityZone < Struct.new( :zone_name, :subnet_id, :outpost_id, :load_balancer_addresses, :source_nat_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |
#zone_name ⇒ String
The name of the Availability Zone.
411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 411 class AvailabilityZone < Struct.new( :zone_name, :subnet_id, :outpost_id, :load_balancer_addresses, :source_nat_ipv_6_prefixes) SENSITIVE = [] include Aws::Structure end |