subnet property

  1. @TagNumber(20)
String subnet

The name of the subnet that this instance is in. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

Implementation

@$pb.TagNumber(20)
$core.String get subnet => $_getSZ(14);
  1. @TagNumber(20)
void subnet=(String v)

Implementation

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