Class: Aws::EC2::Types::IpamDiscoveredResourceCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamDiscoveredResourceCidr
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ String
The Availability Zone ID.
-
#ip_source ⇒ String
The source that allocated the IP address space.
-
#ip_usage ⇒ Float
The percentage of IP address space in use.
-
#ipam_resource_discovery_id ⇒ String
The resource discovery ID.
-
#network_interface_attachment_status ⇒ String
For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.
-
#resource_cidr ⇒ String
The resource CIDR.
-
#resource_id ⇒ String
The resource ID.
-
#resource_owner_id ⇒ String
The resource owner ID.
-
#resource_region ⇒ String
The resource Region.
-
#resource_tags ⇒ Array<Types::IpamResourceTag>
The resource tags.
-
#resource_type ⇒ String
The resource type.
-
#sample_time ⇒ Time
The last successful resource discovery time.
-
#subnet_id ⇒ String
The subnet ID.
-
#vpc_id ⇒ String
The VPC ID.
Instance Attribute Details
#availability_zone_id ⇒ String
The Availability Zone ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#ip_source ⇒ String
The source that allocated the IP address space. byoip or amazon
indicates public IP address space allocated by Amazon or space that
you have allocated with Bring your own IP (BYOIP). none indicates
private space.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#ip_usage ⇒ Float
The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:
For resources that are VPCs, this is the percentage of IP address space in the VPC that's taken up by subnet CIDRs.
For resources that are subnets, if the subnet has an IPv4 CIDR provisioned to it, this is the percentage of IPv4 address space in the subnet that's in use. If the subnet has an IPv6 CIDR provisioned to it, the percentage of IPv6 address space in use is not represented. The percentage of IPv6 address space in use cannot currently be calculated.
For resources that are public IPv4 pools, this is the percentage of IP address space in the pool that's been allocated to Elastic IP addresses (EIPs).
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#ipam_resource_discovery_id ⇒ String
The resource discovery ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#network_interface_attachment_status ⇒ String
For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_cidr ⇒ String
The resource CIDR.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
The resource owner ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The resource Region.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::IpamResourceTag>
The resource tags.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#sample_time ⇒ Time
The last successful resource discovery time.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The subnet ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID.
54321 54322 54323 54324 54325 54326 54327 54328 54329 54330 54331 54332 54333 54334 54335 54336 54337 54338 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54321 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :ip_source, :resource_type, :resource_tags, :ip_usage, :vpc_id, :subnet_id, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |