Class: Google::Cloud::GkeHub::V1beta1::EdgeCluster

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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.

Returns:

  • (::String)

    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