ClusterClusterConfigGceClusterConfigReservationAffinity

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

Constructors

constructor(consumeReservationType: String? = null, key: String? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Corresponds to the type of reservation consumption.

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.