consumerNetwork property

String? consumerNetwork
getter/setter pair

The name of the service consumer's VPC network.

The network must have an existing private connection that was provisioned through the connections.create method. The name must be in the following format: projects/{project}/global/networks/{network}, where {project} is a project number, such as 12345. {network} is the name of a VPC network in the project.

Required.

Implementation

core.String? consumerNetwork;