committedStorageMb property
- @TagNumber(12)
The total size of the storage allocated to the VM in MB.
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get committedStorageMb => $_getI64(10);
- @TagNumber(12)
Implementation
@$pb.TagNumber(12)
set committedStorageMb($fixnum.Int64 v) { $_setInt64(10, v); }