Google Cloud Config V1 Client - Class State (0.5.0)

Reference documentation and code samples for the Google Cloud Config V1 Client class State.

Possible states of a TerraformVersion.

Protobuf type google.cloud.config.v1.TerraformVersion.State

Namespace

Google \ Cloud \ Config \ V1 \ TerraformVersion

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. This value is used if the state is omitted.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The version is actively supported.

Generated from protobuf enum ACTIVE = 1;

DEPRECATED

Value: 2

The version is deprecated.

Generated from protobuf enum DEPRECATED = 2;

OBSOLETE

Value: 3

The version is obsolete.

Generated from protobuf enum OBSOLETE = 3;