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 Amazon Web Services resources through bring your own IP addresses (BYOIP).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asn_associationsArray<Types::AsnAssociation>

The BYOIP CIDR associations with ASNs.

Returns:



3819
3820
3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-ec2/types.rb', line 3819

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :asn_associations,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

The address range, in CIDR notation.

Returns:

  • (String)


3819
3820
3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-ec2/types.rb', line 3819

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :asn_associations,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the address range.

Returns:

  • (String)


3819
3820
3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-ec2/types.rb', line 3819

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :asn_associations,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the address pool.

Returns:

  • (String)


3819
3820
3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-ec2/types.rb', line 3819

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :asn_associations,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

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

Returns:

  • (String)


3819
3820
3821
3822
3823
3824
3825
3826
3827
# File 'lib/aws-sdk-ec2/types.rb', line 3819

class ByoipCidr < Struct.new(
  :cidr,
  :description,
  :asn_associations,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end