network property
The full name of the Google Compute Engine network to which the Endpoint should be peered.
Private services access must already be configured for the network. If
left unspecified, the Endpoint is not peered with any network. Only one of
the fields, network or enable_private_service_connect, can be set.
Format:
projects/{project}/global/networks/{network}
. Where {project}
is a
project number, as in 12345
, and {network}
is network name.
Optional.
Implementation
core.String? network;