Infrastructure Manager V1 API - Module Google::Cloud::ConfigService::V1::ResourceChange::Intent (v2.2.0)

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

Possible intent of the resource change.

Constants

INTENT_UNSPECIFIED

value: 0
The default value.

CREATE

value: 1
The resource will be created.

UPDATE

value: 2
The resource will be updated.

DELETE

value: 3
The resource will be deleted.

RECREATE

value: 4
The resource will be recreated.

UNCHANGED

value: 5
The resource will be untouched.