Get Queued Resource Result
data class GetQueuedResourceResult(val bestEffort: BestEffortResponse, val guaranteed: GuaranteedResponse, val name: String, val queueingPolicy: QueueingPolicyResponse, val reservationName: String, val state: QueuedResourceStateResponse, val tpu: TpuResponse)
Constructors
Link copied to clipboard
constructor(bestEffort: BestEffortResponse, guaranteed: GuaranteedResponse, name: String, queueingPolicy: QueueingPolicyResponse, reservationName: String, state: QueuedResourceStateResponse, tpu: TpuResponse)
Properties
Link copied to clipboard
The BestEffort tier.
Link copied to clipboard
The Guaranteed tier
Link copied to clipboard
The queueing policy of the QueuedRequest.
Link copied to clipboard
Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
Link copied to clipboard
State of the QueuedResource request.
Link copied to clipboard
Defines a TPU resource.