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

MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.

Attributes

  • clusterMissing (type: boolean(), default: nil) - Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.
  • resourceLink (type: String.t, default: nil) - Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/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.MultiCloudCluster{
  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.