SubnetCidrReservation

Describes a subnet CIDR reservation.

Types

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

Properties

Link copied to clipboard
val cidr: String?

The CIDR that has been reserved.

Link copied to clipboard

The description assigned to the subnet CIDR reservation.

Link copied to clipboard

The ID of the account that owns the subnet CIDR reservation.

Link copied to clipboard

The type of reservation.

Link copied to clipboard

The ID of the subnet CIDR reservation.

Link copied to clipboard

The ID of the subnet.

Link copied to clipboard
val tags: List<Tag>?

The tags assigned to the subnet CIDR reservation.

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