Package-level declarations

Types

Link copied to clipboard
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)
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)

WorkerConfig defines the configuration to be used for a creating workers in the pool.