Get Worker Pool Result
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)
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
Link copied to clipboard
Network configuration 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
.