ResourceStatus_State$json top-level constant

  1. @Deprecated('Use resourceStatusDescriptor instead')
Map<String, Object> const ResourceStatus_State$json

Implementation

@$core.Deprecated('Use resourceStatusDescriptor instead')
const ResourceStatus_State$json = {
  '1': 'State',
  '2': [
    {'1': 'STATE_UNSPECIFIED', '2': 0},
    {'1': 'STATE_UNCONFIGURED', '2': 1},
    {'1': 'STATE_CONFIGURING', '2': 2},
    {'1': 'STATE_READY', '2': 3},
    {'1': 'STATE_REMOVING', '2': 4},
    {'1': 'STATE_UNHEALTHY', '2': 5},
  ],
};