View Source GoogleApi.WorkloadManager.V1.Model.Cluster (google_api_workload_manager v0.2.0)

The cluster for sqlserver

Attributes

  • nodes (type: list(String.t), default: nil) - Output only. The nodes
  • witnessServer (type: String.t, default: nil) - Output only. The witness server

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Cluster{
  nodes: [String.t()] | nil,
  witnessServer: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.