WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity

data class WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity(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

Type of reservation to consume Possible values: TYPE_UNSPECIFIED, 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.