AllocationSpecificSKUReservationResponse

data class AllocationSpecificSKUReservationResponse(val assuredCount: String, val count: String, val inUseCount: String, val instanceProperties: AllocationSpecificSKUAllocationReservedInstancePropertiesResponse, val sourceInstanceTemplate: String)

This reservation type allows to pre allocate specific instance configuration. Next ID: 6

Constructors

Link copied to clipboard
fun AllocationSpecificSKUReservationResponse(assuredCount: String, count: String, inUseCount: String, instanceProperties: AllocationSpecificSKUAllocationReservedInstancePropertiesResponse, sourceInstanceTemplate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates how many instances are actually usable currently.

Link copied to clipboard

Specifies the number of resources that are allocated.

Link copied to clipboard
Link copied to clipboard

Indicates how many instances are in use.

Link copied to clipboard

Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate