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.



15511
15512
15513
# File 'lib/google/apis/compute_beta/classes.rb', line 15511

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

Instance Attribute Details

#referenceString

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

Returns:

  • (String)


15509
15510
15511
# File 'lib/google/apis/compute_beta/classes.rb', line 15509

def reference
  @reference
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15516
15517
15518
# File 'lib/google/apis/compute_beta/classes.rb', line 15516

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