NetworkSpec

Network spec.

Fields
enableInternetAccess boolean

Whether to enable public internet access. Default false.

network string

The full name of the Google Compute Engine network

subnetwork string

The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}

JSON representation
{
  "enableInternetAccess": boolean,
  "network": string,
  "subnetwork": string
}