class Google::Apis::GkehubV1beta1::MultiCloudCluster

MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.

Attributes

cluster_missing[RW]

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]

cluster_missing?[RW]

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]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1beta1/classes.rb, line 897
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gkehub_v1beta1/classes.rb, line 902
def update!(**args)
  @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
  @resource_link = args[:resource_link] if args.key?(:resource_link)
end