class Google::Apis::ComputeBeta::ForwardingRulesScopedList

Attributes

forwarding_rules[RW]

A list of forwarding rules contained in this scope. Corresponds to the JSON property `forwardingRules` @return [Array<Google::Apis::ComputeBeta::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::ComputeBeta::ForwardingRulesScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 9053
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_beta/classes.rb, line 9058
def update!(**args)
  @forwarding_rules = args[:forwarding_rules] if args.key?(:forwarding_rules)
  @warning = args[:warning] if args.key?(:warning)
end