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.
-
#vpc_id ⇒ String
The VPC ID.
Instance Attribute Details
#availability_zone_id ⇒ String
The Availability Zone ID.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :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.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :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).
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#ipam_resource_discovery_id ⇒ String
The resource discovery ID.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :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.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_cidr ⇒ String
The resource CIDR.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
The resource owner ID.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_region ⇒ String
The resource Region.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::IpamResourceTag>
The resource tags.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#sample_time ⇒ Time
The last successful resource discovery time.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID.
43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 |
# File 'lib/aws-sdk-ec2/types.rb', line 43107 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, :network_interface_attachment_status, :sample_time, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |