Class: Google::Apis::GkehubV1::ApplianceCluster
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::ApplianceCluster
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb
Overview
ApplianceCluster contains information specific to GDC Edge Appliance Clusters.
Instance Attribute Summary collapse
-
#resource_link ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApplianceCluster
constructor
A new instance of ApplianceCluster.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApplianceCluster
Returns a new instance of ApplianceCluster.
191 192 193 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 191 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_link ⇒ 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
Corresponds to the JSON property resourceLink
189 190 191 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 189 def resource_link @resource_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
196 197 198 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 196 def update!(**args) @resource_link = args[:resource_link] if args.key?(:resource_link) end |