IpamPoolAllocation

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val 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.

Link copied to clipboard

A description of the pool allocation.

Link copied to clipboard

The ID of an allocation.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The owner of the resource.

Link copied to clipboard

The Amazon Web Services Region of the resource.

Link copied to clipboard

The type of the resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String