Network spec.
enableInternetAccessboolean
Whether to enable public internet access. Default false.
networkstring
The full name of the Google Compute Engine network
subnetworkstring
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 } |