state property

  1. @TagNumber.new(3)
Instance_Node_State get state

Output only. Current state of the Memcached node.

Implementation

@$pb.TagNumber(3)
Instance_Node_State get state => $_getN(2);
  1. @TagNumber.new(3)
set state (Instance_Node_State v)

Implementation

@$pb.TagNumber(3)
set state(Instance_Node_State v) {
  setField(3, v);
}