Google \ Cloud \ TelcoAutomation \ V1 \ Deployment
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
DRAFT
Value: 1
A deployment starts in DRAFT state. All edits are made in DRAFT state. A
deployment opened for editing after applying will be in draft state,
while its prevision revision will be its current applied version.
Generated from protobuf enumDRAFT = 1;
APPLIED
Value: 2
This state means that the contents (YAML files containing kubernetes
resources) of the deployment have been applied to an Orchestration or
Workload Cluster. A revision is created when a deployment is applied.
This revision will represent the latest view of what is applied on the
cluster until the deployment is modified and applied again, which will
create a new revision.
Generated from protobuf enumAPPLIED = 2;
DELETING
Value: 3
A deployment in DELETING state has been marked for deletion. Its
deletion status can be queried usingComputeDeploymentStatusAPI. No
updates are allowed to a deployment in DELETING state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Telco Automation V1 Client - Class State (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.Deployment.State)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.Deployment.State)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.Deployment.State)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.Deployment.State)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.Deployment.State) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class State.\n\nState defines which state the current deployment is in.\n\nProtobuf type `google.cloud.telcoautomation.v1.Deployment.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1 \\\\ Deployment\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### DRAFT\n\n Value: 1\n\nA deployment starts in DRAFT state. All edits are made in DRAFT state. A\ndeployment opened for editing after applying will be in draft state,\nwhile its prevision revision will be its current applied version.\n\nGenerated from protobuf enum `DRAFT = 1;`\n\n### APPLIED\n\n Value: 2\n\nThis state means that the contents (YAML files containing kubernetes\nresources) of the deployment have been applied to an Orchestration or\nWorkload Cluster. A revision is created when a deployment is applied.\n\nThis revision will represent the latest view of what is applied on the\ncluster until the deployment is modified and applied again, which will\ncreate a new revision.\n\nGenerated from protobuf enum `APPLIED = 2;`\n\n### DELETING\n\n Value: 3\n\nA deployment in DELETING state has been marked for deletion. Its\ndeletion status can be queried using `ComputeDeploymentStatus` API. No\nupdates are allowed to a deployment in DELETING state.\n\nGenerated from protobuf enum `DELETING = 3;`"]]