authorizedNetwork property

  1. @TagNumber(4)
String authorizedNetwork

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);
  1. @TagNumber(4)
void authorizedNetwork=(String v)

Implementation

@$pb.TagNumber(4)
set authorizedNetwork($core.String v) { $_setString(3, v); }