vcpuCount property

  1. @TagNumber(4)
int vcpuCount

Output only. vCPU count as reported by Kubernetes nodes resources.

Implementation

@$pb.TagNumber(4)
$core.int get vcpuCount => $_getIZ(3);
  1. @TagNumber(4)
void vcpuCount=(int v)

Implementation

@$pb.TagNumber(4)
set vcpuCount($core.int v) { $_setSignedInt32(3, v); }