Class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherConfig
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherConfig
 
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
 generated/google/apis/compute_beta/representations.rb,
 generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #src_ip_ranges  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    CIDR IP address range. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SecurityPolicyRuleMatcherConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SecurityPolicyRuleMatcherConfig. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SecurityPolicyRuleMatcherConfig
Returns a new instance of SecurityPolicyRuleMatcherConfig
| 16610 16611 16612 | # File 'generated/google/apis/compute_beta/classes.rb', line 16610 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#src_ip_ranges ⇒ Array<String>
CIDR IP address range.
Corresponds to the JSON property srcIpRanges
| 16608 16609 16610 | # File 'generated/google/apis/compute_beta/classes.rb', line 16608 def src_ip_ranges @src_ip_ranges end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 16615 16616 16617 | # File 'generated/google/apis/compute_beta/classes.rb', line 16615 def update!(**args) @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges) end |