hostMetrics property

  1. @TagNumber(8)
HostMetrics get hostMetrics

Linux host metrics

Implementation

@$pb.TagNumber(8)
HostMetrics get hostMetrics => $_getN(7);
  1. @TagNumber(8)
set hostMetrics (HostMetrics value)

Implementation

@$pb.TagNumber(8)
set hostMetrics(HostMetrics value) => $_setField(8, value);