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

Class: Aws::EC2::Types::PublicIpv4Pool

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

Overview

Describes an IPv4 address pool.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the address pool.

Returns:

  • (String)

    A description of the address pool.

#network_border_groupString

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 AWS advertises public IP addresses.

Returns:

  • (String)

    The name of the location from which the address pool is advertised.

#pool_address_rangesArray<Types::PublicIpv4PoolRange>

The address ranges.

Returns:

#pool_idString

The ID of the address pool.

Returns:

  • (String)

    The ID of the address pool.

#tagsArray<Types::Tag>

Any tags for the address pool.

Returns:

  • (Array<Types::Tag>)

    Any tags for the address pool.

#total_address_countInteger

The total number of addresses.

Returns:

  • (Integer)

    The total number of addresses.

#total_available_address_countInteger

The total number of available addresses.

Returns:

  • (Integer)

    The total number of available addresses.