Class: Aws::EC2::Types::IpamDiscoveredResourceCidr

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ip_usageFloat

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).

Returns:

  • (Float)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_idString

The resource discovery ID.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_cidrString

The resource CIDR.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_idString

The resource ID.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_idString

The resource owner ID.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_regionString

The resource Region.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_tagsArray<Types::IpamResourceTag>

The resource tags.

Returns:



42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_typeString

The resource type.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_timeTime

The last successful resource discovery time.

Returns:

  • (Time)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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_idString

The VPC ID.

Returns:

  • (String)


42475
42476
42477
42478
42479
42480
42481
42482
42483
42484
42485
42486
42487
42488
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42475

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