class Google::Apis::GkehubV1alpha2::MultiCloudCluster
MultiCloudCluster
contains information specific to GKE Multi-Cloud clusters.
Attributes
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. Corresponds to the JSON property `clusterMissing` @return [Boolean]
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. Corresponds to the JSON property `clusterMissing` @return [Boolean]
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 Corresponds to the JSON property `resourceLink` @return [String]
Public Class Methods
# File lib/google/apis/gkehub_v1alpha2/classes.rb, line 900 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/gkehub_v1alpha2/classes.rb, line 905 def update!(**args) @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing) @resource_link = args[:resource_link] if args.key?(:resource_link) end