authorizedNetwork property
The full name of the Google Compute Engine
network to which the
instance is connected. If left unspecified, the default network
will be used.
Implementation
@$pb.TagNumber(4)
$core.String get authorizedNetwork => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set authorizedNetwork($core.String v) {
$_setString(3, v);
}