InstanceTemplateReservationAffinitySpecificReservationArgs

data class InstanceTemplateReservationAffinitySpecificReservationArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<InstanceTemplateReservationAffinitySpecificReservationArgs>

Constructors

constructor(key: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify compute.googleapis.com/reservation-name as the key and specify the name of your reservation as the only value.

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

Corresponds to the label values of a reservation resource.

Functions

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