InstanceReservationAffinity

data class InstanceReservationAffinity(val consumeReservationType: String, val key: String? = null, val values: List<String>? = null)

Constructors

Link copied to clipboard
constructor(consumeReservationType: String, key: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of Compute Reservation. Possible values are: NO_RESERVATION, ANY_RESERVATION, SPECIFIC_RESERVATION.

Link copied to clipboard
val key: String? = null

Corresponds to the label key of reservation resource.

Link copied to clipboard
val values: List<String>? = null

Corresponds to the label values of reservation resource.