state property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? state
getter/setter pair

the current state if a a workload

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : unspecified
  • "ACTIVE" : ACTIVE state
  • "DEPLOYING" : workload is in Deploying state
  • "DESTROYING" : The workload is in Destroying state
  • "MAINTENANCE" : The Workload is undermaintance

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? state;