network property
Optional. The Compute Engine network to be used for machine
communications. Cannot be specified with subnetwork. If neither
network nor subnet is specified, the "default" network of
the project is used, if it exists.
A full URL or partial URI. Examples:
https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/defaultprojects/[project_id]/global/networks/default
Runtimes are managed resources inside Google Infrastructure. Runtimes support the following network configurations:
- Google Managed Network (Network & subnet are empty)
- Consumer Project VPC (network & subnet are required). Requires configuring Private Service Access.
- Shared VPC (network & subnet are required). Requires configuring Private Service Access.
Implementation
@$pb.TagNumber(8)
$core.String get network => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set network($core.String v) {
$_setString(7, v);
}