network property

String? network
getter/setter pair

The Compute Engine network to be used for machine communications, specified as a [relative resource name](/apis/design/resource_names#relative_resource_name).

For example: "projects/{projectId}/global/networks/{networkId}". If unspecified, the "default" network ID in the environment's project is used. If a [Custom Subnet Network](/vpc/docs/vpc#vpc_networks_and_subnets) is provided, nodeConfig.subnetwork must also be provided. For [Shared VPC](/vpc/docs/shared-vpc) subnetwork requirements, see nodeConfig.subnetwork.

Optional.

Implementation

core.String? network;