state property

String? state
getter/setter pair

The current state of a scaling schedule.

Output only. Possible string values are:

  • "ACTIVE" : The current autoscaling recommendation is influenced by this scaling schedule.
  • "DISABLED" : This scaling schedule has been disabled by the user.
  • "OBSOLETE" : This scaling schedule will never become active again.
  • "READY" : The current autoscaling recommendation is not influenced by this scaling schedule.

Implementation

core.String? state;