Module: Google::Cloud::ConfigService::V1::ResourceChange::Intent
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Possible intent of the resource change.
Constant Summary collapse
- INTENT_UNSPECIFIED =
The default value.
0- CREATE =
The resource will be created.
1- UPDATE =
The resource will be updated.
2- DELETE =
The resource will be deleted.
3- RECREATE =
The resource will be recreated.
4- UNCHANGED =
The resource will be untouched.
5