replacementMethod property

String? replacementMethod
getter/setter pair

What action should be used to replace instances.

See minimal_action.REPLACE Possible string values are:

  • "RECREATE" : Instances will be recreated (with the same name)
  • "SUBSTITUTE" : Default option: instances will be deleted and created (with a new name)

Implementation

core.String? replacementMethod;