Class: Aws::EC2::Types::ByoipCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ByoipCidr
- 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
-
#asn_associations ⇒ Array<Types::AsnAssociation>
The BYOIP CIDR associations with ASNs.
-
#cidr ⇒ String
The address range, in CIDR notation.
-
#description ⇒ String
The description of the address range.
-
#state ⇒ String
The state of the address pool.
-
#status_message ⇒ String
Upon success, contains the ID of the address pool.
Instance Attribute Details
#asn_associations ⇒ Array<Types::AsnAssociation>
The BYOIP CIDR associations with ASNs.
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 |
#cidr ⇒ String
The address range, in CIDR notation.
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 |
#description ⇒ String
The description of the address range.
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 |
#state ⇒ String
The state of the address pool.
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_message ⇒ String
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
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 |