ReservationResponse

data class ReservationResponse(val aggregateReservation: AllocationAggregateReservationResponse, val commitment: String, val creationTimestamp: String, val description: String, val kind: String, val name: String, val resourcePolicies: Map<String, String>, val resourceStatus: AllocationResourceStatusResponse, val satisfiesPzs: Boolean, val selfLink: String, val selfLinkWithId: String, val shareSettings: ShareSettingsResponse, val specificReservation: AllocationSpecificSKUReservationResponse, val specificReservationRequired: Boolean, val status: String, val zone: String)

Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. For more information, read Reserving zonal resources.

Constructors

Link copied to clipboard
fun ReservationResponse(aggregateReservation: AllocationAggregateReservationResponse, commitment: String, creationTimestamp: String, description: String, kind: String, name: String, resourcePolicies: Map<String, String>, resourceStatus: AllocationResourceStatusResponse, satisfiesPzs: Boolean, selfLink: String, selfLinkWithId: String, shareSettings: ShareSettingsResponse, specificReservation: AllocationSpecificSKUReservationResponse, specificReservationRequired: Boolean, status: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Reservation for aggregated resources, providing shape flexibility.

Link copied to clipboard

Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

Type of the resource. Always compute#reservations for reservations.

Link copied to clipboard

The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard

Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.

Link copied to clipboard

Status information for Reservation resource.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Server-defined fully-qualified URL for this resource.

Link copied to clipboard

Server-defined URL for this resource with the resource id.

Link copied to clipboard

Specify share-settings to create a shared reservation. This property is optional. For more information about the syntax and options for this field and its subfields, see the guide for creating a shared reservation.

Link copied to clipboard

Reservation for instances with specific machine shapes.

Link copied to clipboard

Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.

Link copied to clipboard

The status of the reservation.

Link copied to clipboard

Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.