memoryMb property

  1. @TagNumber.new(5)
int get memoryMb

Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB.

Implementation

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

Implementation

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