network property

String? network
getter/setter pair

The Google Compute Engine network (VPC) of the endpoint in the format projects//locations/global/networks / * .

The project must be specified by project number (project id is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.

Immutable.

Implementation

core.String? network;