Resource: Cluster
Message describing the Cluster object.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"dataplaneServiceEndpoint": string,
"state": enum ( |
Fields | |
---|---|
name |
Output only. Name of the resource. |
createTime |
Output only. The create timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The update timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Labels as key value pairs An object containing a list of |
annotations |
Annotations to allow clients to store small amounts of arbitrary data. An object containing a list of |
dataplaneServiceEndpoint |
Output only. The DNS name of the data plane service |
state |
Output only. The current state of the cluster. |
State
The current state of the cluster.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
PROVISIONING |
The PROVISIONING state indicates the cluster is being created. |
RUNNING |
The RUNNING state indicates the cluster has been created and is fully usable. |
STOPPING |
The STOPPING state indicates the cluster is being deleted. |
ERROR |
The ERROR state indicates the cluster is unusable. It will be automatically deleted. |
Methods |
|
---|---|
|
Materialize a channel. |
|
Creates a new Cluster in a given project and location. |
|
Deletes a single Cluster. |
|
Gets details of a single Cluster. |
|
Lists Clusters in a given project and location. |
|
Updates the parameters of a single Cluster. |