vmCount property
Output only. Total number of VMs included in the report.
Implementation
@$pb.TagNumber(9)
$core.int get vmCount => $_getIZ(8);
Implementation
@$pb.TagNumber(9)
set vmCount($core.int v) {
$_setSignedInt32(8, v);
}
Output only. Total number of VMs included in the report.
@$pb.TagNumber(9)
$core.int get vmCount => $_getIZ(8);
@$pb.TagNumber(9)
set vmCount($core.int v) {
$_setSignedInt32(8, v);
}