vmCount property

  1. @TagNumber(9)
int get vmCount

Output only. Total number of VMs included in the report.

Implementation

@$pb.TagNumber(9)
$core.int get vmCount => $_getIZ(8);
  1. @TagNumber(9)
set vmCount (int v)

Implementation

@$pb.TagNumber(9)
set vmCount($core.int v) { $_setSignedInt32(8, v); }