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

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 Google Cloud 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 //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.