targetState property

String? targetState
getter/setter pair

Target instance state. Possible string values are:

  • "DELETED" : The instance will be deleted.
  • "STOPPED" : The instance will be stopped.

Implementation

core.String? targetState;