Class: Aws::EC2::Types::IpamPoolAllocation

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

Overview

In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidr ⇒ String

The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the pool allocation.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_pool_allocation_id ⇒ String

The ID of an allocation.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_id ⇒ String

The ID of the resource.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner ⇒ String

The owner of the resource.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_region ⇒ String

The Amazon Web Services Region of the resource.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_type ⇒ String

The type of the resource.

Returns:

  • (String)


59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The tags for the IPAM pool allocation.

Returns:



59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59007

class IpamPoolAllocation < Struct.new(
  :cidr,
  :ipam_pool_allocation_id,
  :description,
  :resource_id,
  :resource_type,
  :resource_region,
  :resource_owner,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end