Class: Google::Apis::ComputeAlpha::ForwardingRulesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ForwardingRulesScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#forwarding_rules ⇒ Array<Google::Apis::ComputeAlpha::ForwardingRule>
A list of forwarding rules contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ForwardingRulesScopedList
Returns a new instance of ForwardingRulesScopedList
7105 7106 7107 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7105 def initialize(**args) update!(**args) end |
Instance Attribute Details
#forwarding_rules ⇒ Array<Google::Apis::ComputeAlpha::ForwardingRule>
A list of forwarding rules contained in this scope.
Corresponds to the JSON property forwardingRules
7097 7098 7099 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7097 def forwarding_rules @forwarding_rules end |
#warning ⇒ Google::Apis::ComputeAlpha::ForwardingRulesScopedList::Warning
Informational warning which replaces the list of forwarding rules when the
list is empty.
Corresponds to the JSON property warning
7103 7104 7105 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7103 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7110 7111 7112 7113 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7110 def update!(**args) @forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules) @warning = args[:warning] if args.key?(:warning) end |