NetworkConfigResponse

data class NetworkConfigResponse(val canIpForward: Boolean, val enableExternalIps: Boolean, val network: String, val subnetwork: String)

Network related configurations.

Constructors

Link copied to clipboard
fun NetworkConfigResponse(canIpForward: Boolean, enableExternalIps: Boolean, network: String, subnetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.

Link copied to clipboard

Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.

Link copied to clipboard

The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.

Link copied to clipboard

The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.