Class: Google::Apis::ComputeV1::ForwardingRuleAttachedExtension
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ForwardingRuleAttachedExtension
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.
14305 14306 14307 |
# File 'lib/google/apis/compute_v1/classes.rb', line 14305 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reference ⇒ String
Output only. The resource name.
Corresponds to the JSON property reference
14303 14304 14305 |
# File 'lib/google/apis/compute_v1/classes.rb', line 14303 def reference @reference end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14310 14311 14312 |
# File 'lib/google/apis/compute_v1/classes.rb', line 14310 def update!(**args) @reference = args[:reference] if args.key?(:reference) end |