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
-
#ip_usage ⇒ Float
The percentage of IP address space in use.
-
#ipam_resource_discovery_id ⇒ String
The resource discovery ID.
-
#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.
-
#vpc_id ⇒ String
The VPC ID.
Instance Attribute Details
#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).
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#ipam_resource_discovery_id ⇒ String
The resource discovery ID.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_cidr ⇒ String
The resource CIDR.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
The resource owner ID.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The resource Region.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::IpamResourceTag>
The resource tags.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#sample_time ⇒ Time
The last successful resource discovery time.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID.
42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 |
# File 'lib/aws-sdk-ec2/types.rb', line 42010 class IpamDiscoveredResourceCidr < Struct.new( :ipam_resource_discovery_id, :resource_region, :resource_id, :resource_owner_id, :resource_cidr, :resource_type, :resource_tags, :ip_usage, :vpc_id, :sample_time) SENSITIVE = [] include Aws::Structure end |