V2Queued Resource Tpu Node Spec Node Network Config Args
data class V2QueuedResourceTpuNodeSpecNodeNetworkConfigArgs(val canIpForward: Output<Boolean>? = null, val enableExternalIps: Output<Boolean>? = null, val network: Output<String>? = null, val queueCount: Output<Int>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<V2QueuedResourceTpuNodeSpecNodeNetworkConfigArgs>
Constructors
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
Specifies networking queue count for TPU VM instance's network interface.
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.