Class: Google::Apis::AppengineV1::BatchUpdateIngressRulesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::BatchUpdateIngressRulesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/appengine_v1/classes.rb,
lib/google/apis/appengine_v1/representations.rb,
lib/google/apis/appengine_v1/representations.rb
Overview
Request message for Firewall.BatchUpdateIngressRules.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ Array<Google::Apis::AppengineV1::FirewallRule>
A list of FirewallRules to replace the existing set.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateIngressRulesRequest
constructor
A new instance of BatchUpdateIngressRulesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateIngressRulesRequest
Returns a new instance of BatchUpdateIngressRulesRequest.
465 466 467 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 465 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingress_rules ⇒ Array<Google::Apis::AppengineV1::FirewallRule>
A list of FirewallRules to replace the existing set.
Corresponds to the JSON property ingressRules
463 464 465 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 463 def ingress_rules @ingress_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
470 471 472 |
# File 'lib/google/apis/appengine_v1/classes.rb', line 470 def update!(**args) @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules) end |