Infrastructure Manager V1 API - Module Google::Cloud::ConfigService::V1::Resource::Intent (v0.1.0)

Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::V1::Resource::Intent.

Possible intent of the resource.

Constants

INTENT_UNSPECIFIED

value: 0
The default value. This value is used if the intent is omitted.

CREATE

value: 1
Infra Manager will create this Resource.

UPDATE

value: 2
Infra Manager will update this Resource.

DELETE

value: 3
Infra Manager will delete this Resource.

RECREATE

value: 4
Infra Manager will destroy and recreate this Resource.

UNCHANGED

value: 5
Infra Manager will leave this Resource untouched.