You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancingV2::Types::AvailabilityZone

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an Availability Zone.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_addressesArray<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.

Returns:

  • (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_idString

[Application Load Balancers on Outposts] The ID of the Outpost.

Returns:

  • (String)

    [Application Load Balancers on Outposts] The ID of the Outpost.

#subnet_idString

The ID of the subnet. You can specify one subnet per Availability Zone.

Returns:

  • (String)

    The ID of the subnet.

#zone_nameString

The name of the Availability Zone.

Returns:

  • (String)

    The name of the Availability Zone.