View Source GoogleApi.GKEHub.V1.Model.OnPremCluster (google_api_gke_hub v0.3.1)

OnPremCluster contains information specific to GKE On-Prem clusters.

Attributes

  • adminCluster (type: boolean(), default: nil) - Immutable. Whether the cluster is an admin cluster.
  • clusterMissing (type: boolean(), default: nil) - Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.
  • resourceLink (type: String.t, default: nil) - Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GKEHub.V1.Model.OnPremCluster{
  adminCluster: boolean() | nil,
  clusterMissing: boolean() | nil,
  resourceLink: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.