QueuedResource

class QueuedResource : KotlinCustomResource

Creates a QueuedResource TPU instance. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

The BestEffort tier.

Link copied to clipboard

The Guaranteed tier

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The name of the QueuedResource.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queuedResourceId: Output<String>?

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

Link copied to clipboard

The queueing policy of the QueuedRequest.

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

Idempotent request UUID.

Link copied to clipboard
val reservationName: Output<String>

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
val tpu: Output<TpuResponse>

Defines a TPU resource.

Link copied to clipboard
val urn: Output<String>