Class: Google::Apis::ComputeBeta::ForwardingRuleReference
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ForwardingRuleReference
- 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
Instance Attribute Summary collapse
-
#forwarding_rule ⇒ String
Corresponds to the JSON property
forwardingRule.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ForwardingRuleReference
constructor
A new instance of ForwardingRuleReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ForwardingRuleReference
Returns a new instance of ForwardingRuleReference.
8939 8940 8941 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8939 def initialize(**args) update!(**args) end |
Instance Attribute Details
#forwarding_rule ⇒ String
Corresponds to the JSON property forwardingRule
8937 8938 8939 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8937 def forwarding_rule @forwarding_rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8944 8945 8946 |
# File 'lib/google/apis/compute_beta/classes.rb', line 8944 def update!(**args) @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule) end |