network property

String? network
getter/setter pair

The name of service consumer's VPC network that's connected with service producer network, in the following format: projects/{project}/global/networks/{network}.

{project} is a project number, such as in 12345 that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network.

Implementation

core.String? network;