Queued Resource Args
data class QueuedResourceArgs(val bestEffort: Output<BestEffortArgs>? = null, val guaranteed: Output<GuaranteedArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val queuedResourceId: Output<String>? = null, val queueingPolicy: Output<QueueingPolicyArgs>? = null, val requestId: Output<String>? = null, val reservationName: Output<String>? = null, val tpu: Output<TpuArgs>? = null) : ConvertibleToJava<QueuedResourceArgs>
Creates a QueuedResource TPU instance. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(bestEffort: Output<BestEffortArgs>? = null, guaranteed: Output<GuaranteedArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, queuedResourceId: Output<String>? = null, queueingPolicy: Output<QueueingPolicyArgs>? = null, requestId: Output<String>? = null, reservationName: Output<String>? = null, tpu: Output<TpuArgs>? = null)
Properties
Link copied to clipboard
The BestEffort tier.
Link copied to clipboard
The Guaranteed tier
Link copied to clipboard
The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$
regex format.
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}