Class: Google::Apis::ComputeAlpha::ForwardingRuleAttachedExtension

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/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.



17322
17323
17324
# File 'lib/google/apis/compute_alpha/classes.rb', line 17322

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

Instance Attribute Details

#referenceString

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

Returns:

  • (String)


17320
17321
17322
# File 'lib/google/apis/compute_alpha/classes.rb', line 17320

def reference
  @reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17327
17328
17329
# File 'lib/google/apis/compute_alpha/classes.rb', line 17327

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