Module: Google::Cloud::ConfigService::V1::Resource::Intent
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Possible intent of the resource.
Constant Summary collapse
- INTENT_UNSPECIFIED =
The default value. This value is used if the intent is omitted.
0
- CREATE =
Infra Manager will create this Resource.
1
- UPDATE =
Infra Manager will update this Resource.
2
- DELETE =
Infra Manager will delete this Resource.
3
- RECREATE =
Infra Manager will destroy and recreate this Resource.
4
- UNCHANGED =
Infra Manager will leave this Resource untouched.
5