Class: Google::Cloud::GkeHub::V1beta1::EdgeCluster
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::EdgeCluster
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1beta1/membership.rb
Overview
EdgeCluster contains information specific to Google Edge Clusters.
Instance Attribute Summary collapse
-
#resource_link ⇒ ::String
Immutable.
Instance Attribute Details
#resource_link ⇒ ::String
Returns Immutable. Self-link of the GCP resource for the Edge Cluster. For example:
//edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster.
328 329 330 331 |
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 328 class EdgeCluster include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |