PrivatePoolV1ConfigResponse

data class PrivatePoolV1ConfigResponse(val networkConfig: NetworkConfigResponse, val workerConfig: WorkerConfigResponse)

Configuration for a V1 PrivatePool.

Constructors

Link copied to clipboard
constructor(networkConfig: NetworkConfigResponse, workerConfig: WorkerConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Network configuration for the pool.

Link copied to clipboard

Machine configuration for the workers in the pool.