Class: Google::Apis::ComputeBeta::ForwardingRuleAttachedExtension

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ForwardingRuleAttachedExtension

Returns a new instance of ForwardingRuleAttachedExtension.



15168
15169
15170
# File 'lib/google/apis/compute_beta/classes.rb', line 15168

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#referenceString

Output only. The resource name. Corresponds to the JSON property reference

Returns:

  • (String)


15166
15167
15168
# File 'lib/google/apis/compute_beta/classes.rb', line 15166

def reference
  @reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15173
15174
15175
# File 'lib/google/apis/compute_beta/classes.rb', line 15173

def update!(**args)
  @reference = args[:reference] if args.key?(:reference)
end