Resource: Cluster
A cluster in a private cloud.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of this cluster. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: |
createTime |
Output only. Creation time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last update time of this resource. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. State of the resource. |
management |
Output only. True if the cluster is a management cluster; false otherwise. There can only be one management cluster in a private cloud and it has to be the first one. |
uid |
Output only. System-generated unique identifier for the resource. |
nodeTypeConfigs |
Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the An object containing a list of |
State
Enum State defines possible states of private cloud clusters.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value. This value should never be used. |
ACTIVE |
The Cluster is operational and can be used by the user. |
CREATING |
The Cluster is being deployed. |
UPDATING |
Adding or removing of a node to the cluster, any other cluster specific updates. |
DELETING |
The Cluster is being deleted. |
REPAIRING |
The Cluster is undergoing maintenance, for example: a failed node is getting replaced. |
Methods |
|
---|---|
|
Creates a new cluster in a given private cloud. |
|
Deletes a Cluster resource. |
|
Retrieves a Cluster resource by its resource name. |
|
Gets the access control policy for a resource. |
|
Lists Cluster resources in a given private cloud. |
|
Modifies a Cluster resource. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |