Infrastructure Manager v1 API - Enum ResourceChange.Types.Intent (1.8.0)

public enum ResourceChange.Types.Intent

Reference documentation and code samples for the Infrastructure Manager v1 API enum ResourceChange.Types.Intent.

Possible intent of the resource change.

Namespace

Google.Cloud.Config.V1

Assembly

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.