QueuedResourceArgs

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
fun QueuedResourceArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): QueuedResourceArgs

Properties

Link copied to clipboard
val bestEffort: Output<BestEffortArgs>? = null

The BestEffort tier.

Link copied to clipboard
val guaranteed: Output<GuaranteedArgs>? = null

The Guaranteed tier

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val queuedResourceId: Output<String>? = null

The unqualified resource name. Should follow the ^[A-Za-z0-9_&#46;~+%-]+$ regex format.

Link copied to clipboard
val queueingPolicy: Output<QueueingPolicyArgs>? = null

The queueing policy of the QueuedRequest.

Link copied to clipboard
val requestId: Output<String>? = null

Idempotent request UUID.

Link copied to clipboard
val reservationName: Output<String>? = null

Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}

Link copied to clipboard
val tpu: Output<TpuArgs>? = null

Defines a TPU resource.