state property

String? state
getter/setter pair

Indicates whether the Managed Rotation is active or not.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified. This value is unused and invalid.
  • "ACTIVE" : Indicates that the Managed rotation is ACTIVE.
  • "INACTIVE" : Indicates that the Managed rotation is INACTIVE.

Implementation

core.String? state;