Class: Google::Apis::AppengineV1beta::BatchUpdateIngressRulesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AppengineV1beta::BatchUpdateIngressRulesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/appengine_v1beta/classes.rb,
lib/google/apis/appengine_v1beta/representations.rb,
lib/google/apis/appengine_v1beta/representations.rb
Overview
Request message for Firewall.BatchUpdateIngressRules.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ Array<Google::Apis::AppengineV1beta::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.
481 482 483 |
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 481 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ingress_rules ⇒ Array<Google::Apis::AppengineV1beta::FirewallRule>
A list of FirewallRules to replace the existing set.
Corresponds to the JSON property ingressRules
479 480 481 |
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 479 def ingress_rules @ingress_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
486 487 488 |
# File 'lib/google/apis/appengine_v1beta/classes.rb', line 486 def update!(**args) @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules) end |