intent property

String? intent
getter/setter pair

The intent of the resource change.

Output only. Possible string values are:

  • "INTENT_UNSPECIFIED" : The default value.
  • "CREATE" : The resource will be created.
  • "UPDATE" : The resource will be updated.
  • "DELETE" : The resource will be deleted.
  • "RECREATE" : The resource will be recreated.
  • "UNCHANGED" : The resource will be untouched.

Implementation

core.String? intent;