public enum Resource.Types.IntentReference documentation and code samples for the Infrastructure Manager v1 API enum Resource.Types.Intent.
Possible intent of the resource.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
Create |
Infra Manager will create this Resource. |
Delete |
Infra Manager will delete this Resource. |
Recreate |
Infra Manager will destroy and recreate this Resource. |
Unchanged |
Infra Manager will leave this Resource untouched. |
Unspecified |
The default value. This value is used if the intent is omitted. |
Update |
Infra Manager will update this Resource. |