Class: Google::Cloud::GkeHub::V1beta1::MultiCloudCluster

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1beta1/membership.rb

Overview

MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_missing::Boolean (readonly)

Returns 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.

Returns:

  • (::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.



316
317
318
319
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 316

class MultiCloudCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns:

  • (::String)

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



316
317
318
319
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 316

class MultiCloudCluster
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end