Reference documentation and code samples for the Google Cloud Config V1 Client class Intent.
Possible intent of the resource.
Protobuf type google.cloud.config.v1.Resource.Intent
Namespace
Google \ Cloud \ Config \ V1 \ ResourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
INTENT_UNSPECIFIED
Value: 0
The default value. This value is used if the intent is omitted.
Generated from protobuf enum INTENT_UNSPECIFIED = 0;
CREATE
Value: 1
Infra Manager will create this Resource.
Generated from protobuf enum CREATE = 1;
UPDATE
Value: 2
Infra Manager will update this Resource.
Generated from protobuf enum UPDATE = 2;
DELETE
Value: 3
Infra Manager will delete this Resource.
Generated from protobuf enum DELETE = 3;
RECREATE
Value: 4
Infra Manager will destroy and recreate this Resource.
Generated from protobuf enum RECREATE = 4;
UNCHANGED
Value: 5
Infra Manager will leave this Resource untouched.
Generated from protobuf enum UNCHANGED = 5;