GetWorkerPoolResult

data class GetWorkerPoolResult(val createTime: String, val deleteTime: String, val name: String, val networkConfig: NetworkConfigResponse, val region: String, val state: String, val updateTime: String, val workerConfig: WorkerConfigResponse)

Constructors

Link copied to clipboard
fun GetWorkerPoolResult(createTime: String, deleteTime: String, name: String, networkConfig: NetworkConfigResponse, region: String, state: String, updateTime: String, workerConfig: WorkerConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

WorkerPool state.

Link copied to clipboard

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

Link copied to clipboard

Worker configuration for the WorkerPool.