vcpuCount property

  1. @TagNumber.new(4)
int get vcpuCount

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

Implementation

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

Implementation

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