useServiceNetworking property

bool? useServiceNetworking
getter/setter pair

Whether the VPC peering for the node is set up through Service Networking API.

The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.

Implementation

core.bool? useServiceNetworking;