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

Class: Aws::EC2::Types::ByoipCidr

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

Overview

Information about an address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The address range, in CIDR notation.

Returns:

  • (String)

    The address range, in CIDR notation.

#descriptionString

The description of the address range.

Returns:

  • (String)

    The description of the address range.

#stateString

The state of the address pool.

Possible values:

  • advertised
  • deprovisioned
  • failed-deprovision
  • failed-provision
  • pending-deprovision
  • pending-provision
  • provisioned
  • provisioned-not-publicly-advertisable

Returns:

  • (String)

    The state of the address pool.

#status_messageString

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

Returns:

  • (String)

    Upon success, contains the ID of the address pool.