authorizedNetwork property
Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
See
Getting started with the Service Networking API.
Apigee also supports shared VPC (that is, the host network project is not
the same as the one that is peering with Apigee). See
Shared VPC overview. To
use a shared VPC network, use the following format:
projects/{host-project-id}/{region}/networks/{network-name}
. For
example: projects/my-sharedvpc-host/global/networks/mynetwork
Implementation
core.String? authorizedNetwork;