Class: Google::Cloud::GkeHub::V1beta1::ApplianceCluster

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

Overview

ApplianceCluster contains information specific to GDC Edge Appliance Clusters.

Instance Attribute Summary collapse

Instance Attribute Details

Returns Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:

//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance.

Returns:

  • (::String)

    Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:

    //transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance



341
342
343
344
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 341

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