class Google::Apis::ComputeV1::SecurityPolicyRuleMatcherConfig
Attributes
src_ip_ranges[RW]
CIDR IP address range. Maximum number of src_ip_ranges
allowed is 10. Corresponds to the JSON property `srcIpRanges` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 32720 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 32725 def update!(**args) @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges) end