Class: Google::Apis::ComputeAlpha::ForwardingRuleReference

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ForwardingRuleReference

Returns a new instance of ForwardingRuleReference



6124
6125
6126
# File 'generated/google/apis/compute_alpha/classes.rb', line 6124

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

Instance Attribute Details

#forwarding_ruleString

Corresponds to the JSON property forwardingRule

Returns:

  • (String)


6122
6123
6124
# File 'generated/google/apis/compute_alpha/classes.rb', line 6122

def forwarding_rule
  @forwarding_rule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6129
6130
6131
# File 'generated/google/apis/compute_alpha/classes.rb', line 6129

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