Class: Aws::EC2::Types::IpamDiscoveredResourceCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamDiscoveredResourceCidr
- Includes:
- Structure
- Defined in:
- 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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).
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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.
43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 |
# File 'lib/aws-sdk-ec2/types.rb', line 43389 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 |