public enum ResourceChange.Types.IntentReference documentation and code samples for the Infrastructure Manager v1 API enum ResourceChange.Types.Intent.
Possible intent of the resource change.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
Create |
The resource will be created. |
Delete |
The resource will be deleted. |
Recreate |
The resource will be recreated. |
Unchanged |
The resource will be untouched. |
Unspecified |
The default value. |
Update |
The resource will be updated. |