Infrastructure Manager v1 API - Enum Resource.Types.Intent (1.5.0)

public enum Resource.Types.Intent

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

Possible intent of the resource.

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

NameDescription
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.