authorizedNetwork property

  1. @TagNumber(20)
String authorizedNetwork

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

Implementation

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