values constant

List<Cluster_State> const values

Implementation

static const $core.List<Cluster_State> values = <Cluster_State> [
  STATE_UNSPECIFIED,
  PROVISIONING,
  RUNNING,
  STOPPING,
  ERROR,
];