InstanceReservationAffinityArgs

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

Constructors

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

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