Get Worker Pool Result
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
constructor(createTime: String, deleteTime: String, name: String, networkConfig: NetworkConfigResponse, region: String, state: String, updateTime: String, workerConfig: WorkerConfigResponse)
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
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
.