class Google::Apis::AppengineV1::BatchUpdateIngressRulesResponse

Response message for Firewall.UpdateAllIngressRules.

Attributes

ingress_rules[RW]

The full list of ingress FirewallRules for this application. Corresponds to the JSON property `ingressRules` @return [Array<Google::Apis::AppengineV1::FirewallRule>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/appengine_v1/classes.rb, line 484
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/appengine_v1/classes.rb, line 489
def update!(**args)
  @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules)
end