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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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

#cidrString

The address range, in CIDR notation.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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

#descriptionString

The description of the address range.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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

#network_border_groupString

If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.

You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:

  • us-east-1-dfw-2

  • us-west-2-lax-1

  • us-west-2-phx-2

You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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

#stateString

The state of the address pool.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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

#status_messageString

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

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3856

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