network property

String? network
getter/setter pair

The URL of an existing network resource.

You can specify the network as a full or partial URL. For example, the following are all valid URLs: * https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}

  • projects/{project}/global/networks/{network} * global/networks/{network}

Implementation

core.String? network;