WorkerPool

class WorkerPool : KotlinCustomResource

Creates a WorkerPool to run the builds, and returns the new worker pool. NOTE: As of now, this method returns an Operation that is always complete. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>

User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Link copied to clipboard
val createTime: Output<String>

Time at which the request to create the WorkerPool was received.

Link copied to clipboard
val deleteTime: Output<String>

Time at which the request to delete the WorkerPool was received.

Link copied to clipboard
val displayName: Output<String>

A user-specified, human-readable name for the WorkerPool. If provided, this value must be 1-63 characters.

Link copied to clipboard
val etag: Output<String>

Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.

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

The resource name of the WorkerPool, with format projects/{project}/locations/{location}/workerPools/{worker_pool}. The value of {worker_pool} is provided by worker_pool_id in CreateWorkerPool request and the value of {location} is determined by the endpoint accessed.

Link copied to clipboard

Network configuration for the WorkerPool.

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 state: Output<String>

WorkerPool state.

Link copied to clipboard
val uid: Output<String>

A unique identifier for the WorkerPool.

Link copied to clipboard
val updateTime: Output<String>

Time at which the request to update the WorkerPool was received.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Worker configuration for the WorkerPool.

Link copied to clipboard
val workerPoolId: Output<String>

Required. Immutable. The ID to use for the WorkerPool, which will become the final component of the resource name. This value should be 1-63 characters, and valid characters are /a-z-/.