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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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).
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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.
44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44732 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 |