Class: Google::Apis::AppengineV1::BatchUpdateIngressRulesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1::BatchUpdateIngressRulesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/appengine_v1/classes.rb,
generated/google/apis/appengine_v1/representations.rb,
generated/google/apis/appengine_v1/representations.rb
Overview
Response message for Firewall.UpdateAllIngressRules.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ Array<Google::Apis::AppengineV1::FirewallRule>
The full list of ingress FirewallRules for this application.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateIngressRulesResponse
constructor
A new instance of BatchUpdateIngressRulesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchUpdateIngressRulesResponse
Returns a new instance of BatchUpdateIngressRulesResponse
461 462 463 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 461 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingress_rules ⇒ Array<Google::Apis::AppengineV1::FirewallRule>
The full list of ingress FirewallRules for this application.
Corresponds to the JSON property ingressRules
459 460 461 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 459 def ingress_rules @ingress_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
466 467 468 |
# File 'generated/google/apis/appengine_v1/classes.rb', line 466 def update!(**args) @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules) end |