Class: Google::Cloud::GkeHub::V1beta1::MultiCloudCluster
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::MultiCloudCluster
- 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
-
#cluster_missing ⇒ ::Boolean
readonly
Output only.
-
#resource_link ⇒ ::String
Immutable.
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.
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 |
#resource_link ⇒ ::String
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.
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 |