Reference documentation and code samples for the Google Cloud Config V1 Client class PreviewMode.
Preview mode provides options for customizing preview operations.
Protobuf type google.cloud.config.v1.Preview.PreviewMode
Namespace
Google \ Cloud \ Config \ V1 \ PreviewMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PREVIEW_MODE_UNSPECIFIED
Value: 0
Unspecified policy, default mode will be used.
Generated from protobuf enum PREVIEW_MODE_UNSPECIFIED = 0;
PBDEFAULT
Value: 1
DEFAULT mode generates an execution plan for reconciling current resource state into expected resource state.
Generated from protobuf enum DEFAULT = 1;
DELETE
Value: 2
DELETE mode generates as execution plan for destroying current resources.
Generated from protobuf enum DELETE = 2;