Package-level declarations

Types

Link copied to clipboard
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)
Link copied to clipboard
data class NetworkConfigResponse(val peeredNetwork: String)

Network describes the network configuration for a WorkerPool.

Link copied to clipboard
data class WorkerConfigResponse(val diskSizeGb: String, val machineType: String, val noExternalIp: Boolean)

Defines the configuration to be used for creating workers in the pool.