ReservationAffinityResponse

data class ReservationAffinityResponse(val consumeReservationType: String, val key: String, val values: List<String>)

Reservation Affinity for consuming Zonal reservation.

Constructors

Link copied to clipboard
fun ReservationAffinityResponse(consumeReservationType: String, key: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Type of reservation to consume

Link copied to clipboard
val key: String

Optional. Corresponds to the label key of reservation resource.

Link copied to clipboard

Optional. Corresponds to the label values of reservation resource.