managementMode property

String? managementMode
getter/setter pair

Indicates whether the Unit life cycle is controlled by the user or by the system.

Immutable once created.

Optional. Immutable. Possible string values are:

  • "MANAGEMENT_MODE_UNSPECIFIED" : Unspecified management mode.
  • "MANAGEMENT_MODE_USER" : Unit's lifecycle is managed by the user.
  • "MANAGEMENT_MODE_SYSTEM" : The system will decide when to deprovision and delete the unit. User still can deprovision or delete the unit manually.

Implementation

core.String? managementMode;