Class: Google::Apis::ComputeBeta::ForwardingRulesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ForwardingRulesScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#forwarding_rules ⇒ Array<Google::Apis::ComputeBeta::ForwardingRule>
A list of forwarding rules contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::ForwardingRulesScopedList::Warning
Informational warning which replaces the list of forwarding rules when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ForwardingRulesScopedList
constructor
A new instance of ForwardingRulesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ForwardingRulesScopedList
Returns a new instance of ForwardingRulesScopedList.
8583 8584 8585 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8583 def initialize(**args) update!(**args) end |
Instance Attribute Details
#forwarding_rules ⇒ Array<Google::Apis::ComputeBeta::ForwardingRule>
A list of forwarding rules contained in this scope.
Corresponds to the JSON property forwardingRules
8575 8576 8577 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8575 def forwarding_rules @forwarding_rules end |
#warning ⇒ Google::Apis::ComputeBeta::ForwardingRulesScopedList::Warning
Informational warning which replaces the list of forwarding rules when the
list is empty.
Corresponds to the JSON property warning
8581 8582 8583 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8581 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8588 8589 8590 8591 |
# File 'generated/google/apis/compute_beta/classes.rb', line 8588 def update!(**args) @forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules) @warning = args[:warning] if args.key?(:warning) end |