NetworkConfigResponse

data class NetworkConfigResponse(val peeredNetwork: String)

Network describes the network configuration for a WorkerPool.

Constructors

Link copied to clipboard
fun NetworkConfigResponse(peeredNetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The network definition that the workers are peered to. If this section is left empty, the workers will be peered to WorkerPool.project_id on the default network. Must be in the format projects/{project}/global/networks/{network}, where {project} is a project number, such as 12345, and {network} is the name of a VPC network in the project.