class Google::Apis::ComputeV1::ForwardingRulesScopedList
Attributes
forwarding_rules[RW]
A list of forwarding rules contained in this scope. Corresponds to the JSON property `forwardingRules` @return [Array<Google::Apis::ComputeV1::ForwardingRule>]
warning[RW]
Informational warning which replaces the list of forwarding rules when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::ForwardingRulesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 9265 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 9270 def update!(**args) @forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules) @warning = args[:warning] if args.key?(:warning) end