authorizedNetwork property
Compute Engine network used for Service Networking to be peered with Apigee runtime instances.
See
Getting started with the Service Networking API.
Valid only when [RuntimeType](#RuntimeType) is set to CLOUD
. The value
must be set before the creation of a runtime instance and can be updated
only when there are no runtime instances. For example: default
. 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
Note:
Not supported for Apigee hybrid.
Implementation
core.String? authorizedNetwork;