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

#cidrString

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)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#descriptionString

A description of the pool allocation.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#ipam_pool_allocation_idString

The ID of an allocation.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#resource_ownerString

The owner of the resource.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#resource_regionString

The Amazon Web Services Region of the resource.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


42674
42675
42676
42677
42678
42679
42680
42681
42682
42683
42684
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42674

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