Class ReplacementMethod (1.19.0)

ReplacementMethod(value)

What action should be used to replace instances. See minimal_action.REPLACE

Enums

Name Description
UNDEFINED_REPLACEMENT_METHOD A value indicating that the enum field is not set.
RECREATE Instances will be recreated (with the same name)
SUBSTITUTE Default option: instances will be deleted and created (with a new name)