target property

  1. @TagNumber(2)
int get target

The target resource utilization in percentage (1% - 100%) for the given metric; once the real usage deviates from the target by a certain percentage, the machine replicas change. The default value is 60 (representing 60%) if not provided.

Implementation

@$pb.TagNumber(2)
$core.int get target => $_getIZ(1);
  1. @TagNumber(2)
set target (int v)

Implementation

@$pb.TagNumber(2)
set target($core.int v) { $_setSignedInt32(1, v); }