Reference documentation and code samples for the Google Cloud Config V1 Client class Intent.
Possible intent of the resource change.
Protobuf type google.cloud.config.v1.ResourceChange.Intent
Namespace
Google \ Cloud \ Config \ V1 \ ResourceChangeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INTENT_UNSPECIFIED
Value: 0The default value.
Generated from protobuf enum INTENT_UNSPECIFIED = 0;
CREATE
Value: 1The resource will be created.
Generated from protobuf enum CREATE = 1;
UPDATE
Value: 2The resource will be updated.
Generated from protobuf enum UPDATE = 2;
DELETE
Value: 3The resource will be deleted.
Generated from protobuf enum DELETE = 3;
RECREATE
Value: 4The resource will be recreated.
Generated from protobuf enum RECREATE = 4;
UNCHANGED
Value: 5The resource will be untouched.
Generated from protobuf enum UNCHANGED = 5;