GetWorkerPoolResult

data class GetWorkerPoolResult(val annotations: Map<String, String>, val createTime: String, val deleteTime: String, val displayName: String, val etag: String, val name: String, val networkConfig: NetworkConfigResponse, val state: String, val uid: String, val updateTime: String, val workerConfig: WorkerConfigResponse)

Constructors

Link copied to clipboard
fun GetWorkerPoolResult(annotations: Map<String, String>, createTime: String, deleteTime: String, displayName: String, etag: String, name: String, networkConfig: NetworkConfigResponse, state: String, uid: String, updateTime: String, workerConfig: WorkerConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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

Link copied to clipboard

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

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

WorkerPool state.

Link copied to clipboard
val uid: String

A unique identifier for the WorkerPool.

Link copied to clipboard

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

Link copied to clipboard

Worker configuration for the WorkerPool.