Class: Google::Apis::ComputeBeta::ForwardingRuleAttachedExtension
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ForwardingRuleAttachedExtension
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
Reference to an extension resource that is attached to this ForwardingRule.
Instance Attribute Summary collapse
-
#reference ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ForwardingRuleAttachedExtension
constructor
A new instance of ForwardingRuleAttachedExtension.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ForwardingRuleAttachedExtension
Returns a new instance of ForwardingRuleAttachedExtension.
15393 15394 15395 |
# File 'lib/google/apis/compute_beta/classes.rb', line 15393 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference ⇒ String
Output only. The resource name.
Corresponds to the JSON property reference
15391 15392 15393 |
# File 'lib/google/apis/compute_beta/classes.rb', line 15391 def reference @reference end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15398 15399 15400 |
# File 'lib/google/apis/compute_beta/classes.rb', line 15398 def update!(**args) @reference = args[:reference] if args.key?(:reference) end |