Class: Aws::EC2::Types::IpamResourceCidr

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The CIDR for an IPAM resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_statusString

The compliance status of the IPAM resource. For more information on compliance statuses, see [Monitor CIDR usage by resource] in the *Amazon VPC IPAM User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

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


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_idString

The IPAM ID for an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_pool_idString

The pool ID for an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_scope_idString

The scope ID for an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#management_stateString

The management state of the resource. For more information about management states, see [Monitor CIDR usage by resource] in the *Amazon VPC IPAM User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#overlap_statusString

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see [Monitor CIDR usage by resource] in the *Amazon VPC IPAM User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_cidrString

The CIDR for an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_idString

The Amazon Web Services account number of the owner of an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_regionString

The Amazon Web Services Region for an IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsArray<Types::IpamResourceTag>

The tags for an IPAM resource.

Returns:



42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of IPAM resource.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of a VPC.

Returns:

  • (String)


42525
42526
42527
42528
42529
42530
42531
42532
42533
42534
42535
42536
42537
42538
42539
42540
42541
42542
42543
# File 'lib/aws-sdk-ec2/types.rb', line 42525

class IpamResourceCidr < Struct.new(
  :ipam_id,
  :ipam_scope_id,
  :ipam_pool_id,
  :resource_region,
  :resource_owner_id,
  :resource_id,
  :resource_name,
  :resource_cidr,
  :resource_type,
  :resource_tags,
  :ip_usage,
  :compliance_status,
  :management_state,
  :overlap_status,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end