WorkerPool

class WorkerPool : KotlinCustomResource

Creates a WorkerPool to run the builds, and returns the new worker pool. Auto-naming is currently not supported for this resource.

Properties

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 id: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the WorkerPool. Format of the name is projects/{project_id}/workerPools/{worker_pool_id}, where the value of {worker_pool_id} is provided in the CreateWorkerPool request.

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

Immutable. The region where the WorkerPool runs. Only "us-central1" is currently supported. Note that region cannot be changed once the WorkerPool is created.

Link copied to clipboard
val state: Output<String>

WorkerPool state.

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-/.