WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinityArgs

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

Constructors

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

Properties

Link copied to clipboard
val consumeReservationType: Output<String>? = null

Type of reservation to consume Possible values: TYPE_UNSPECIFIED, NO_RESERVATION, ANY_RESERVATION, SPECIFIC_RESERVATION

Link copied to clipboard
val key: Output<String>? = null

Corresponds to the label key of reservation resource.

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

Corresponds to the label values of reservation resource.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinityArgs