Class: Google::Apis::AppengineV1::BatchUpdateIngressRulesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AppengineV1::BatchUpdateIngressRulesRequest
 
- 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
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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchUpdateIngressRulesRequest
Returns a new instance of BatchUpdateIngressRulesRequest
| 442 443 444 | # File 'generated/google/apis/appengine_v1/classes.rb', line 442 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
| 440 441 442 | # File 'generated/google/apis/appengine_v1/classes.rb', line 440 def ingress_rules @ingress_rules end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 447 448 449 | # File 'generated/google/apis/appengine_v1/classes.rb', line 447 def update!(**args) @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules) end |