REST Resource: projects.locations.privateClouds.clusters.nodes

資源:節點

叢集中的節點。

JSON 表示法
{
  "name": string,
  "fqdn": string,
  "internalIp": string,
  "nodeTypeId": string,
  "version": string,
  "customCoreCount": string,
  "state": enum (State)
}
欄位
name

string

僅供輸出。這個節點的資源名稱。資源名稱是無配置的 URI,遵循 https://cloud.google.com/apis/design/resource_names 中的慣例。例如:projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster/nodes/my-node

fqdn

string

僅供輸出。節點的完整網域名稱。

internalIp

string

僅供輸出。節點的內部 IP 位址。

nodeTypeId

string

僅供輸出。節點類型的標準 ID (對應至 NodeType)。例如:standard-72。

version

string

僅供輸出。這個叢集中 VMware ESXi 管理元件的版本號碼。

customCoreCount

string (int64 format)

僅供輸出。自訂核心數量

state

enum (State)

僅供輸出。電器狀態。

狀態

列舉 State 定義叢集中節點的可能狀態。

列舉
STATE_UNSPECIFIED 預設值。請一律不要使用這個值。
ACTIVE 節點運作正常,使用者可以正常使用。
CREATING 正在佈建節點。
FAILED 節點處於失敗狀態。
UPGRADING 節點正在進行維護作業,例如:私有雲升級期間。

方法

get

取得單一節點的詳細資料。

list

列出指定叢集中的節點。