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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The public IPv4 address range, in CIDR notation.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-ec2/types.rb', line 2032

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :status_message,
  :state)
  include Aws::Structure
end

#descriptionString

The description of the address range.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-ec2/types.rb', line 2032

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :status_message,
  :state)
  include Aws::Structure
end

#stateString

The state of the address pool.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-ec2/types.rb', line 2032

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :status_message,
  :state)
  include Aws::Structure
end

#status_messageString

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

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-ec2/types.rb', line 2032

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :status_message,
  :state)
  include Aws::Structure
end