class Google::Apis::AppengineV1::BatchUpdateIngressRulesRequest

Request message for Firewall.BatchUpdateIngressRules.

Attributes

ingress_rules[RW]

A list of FirewallRules to replace the existing set. 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 465
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 470
def update!(**args)
  @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules)
end