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

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.
  • clusterType (type: String.t, default: nil) - Immutable. The on prem cluster's type.
  • resourceLink (type: String.t, default: nil) - Immutable. Self-link of the Google Cloud 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.