Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class State.
State defines which state the current hydrated deployment is in.
Protobuf type google.cloud.telcoautomation.v1.HydratedDeployment.State
Namespace
Google \ Cloud \ TelcoAutomation \ V1 \ HydratedDeploymentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
DRAFT
Value: 1
A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state.
Generated from protobuf enum DRAFT = 1;
APPLIED
Value: 2
When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied.
Generated from protobuf enum APPLIED = 2;