ClusterClusterConfigGceClusterConfigReservationAffinityArgs

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

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

Corresponds to the type of reservation consumption.

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(): ClusterClusterConfigGceClusterConfigReservationAffinityArgs