authorizedNetwork property
Optional. 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(20)
$core.String get authorizedNetwork => $_getSZ(16);
Implementation
@$pb.TagNumber(20)
set authorizedNetwork($core.String v) {
$_setString(16, v);
}