networkUri property

String? networkUri
getter/setter pair

The Compute Engine network to be used for machine communications.

Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/\[project_id\]/global/networks/default projects/[project_id]/global/networks/default default

Optional.

Implementation

core.String? networkUri;