Class: Google::Apis::ComputeV1::SecurityPolicyRuleMatcherConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SecurityPolicyRuleMatcherConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.
Constructor Details
#initialize(**args) ⇒ SecurityPolicyRuleMatcherConfig
Returns a new instance of SecurityPolicyRuleMatcherConfig.
53863 53864 53865 |
# File 'lib/google/apis/compute_v1/classes.rb', line 53863 def initialize(**args) update!(**args) end |
Instance Attribute Details
#src_ip_ranges ⇒ Array<String>
CIDR IP address range.
Maximum number of src_ip_ranges allowed is 10.
Corresponds to the JSON property srcIpRanges
53861 53862 53863 |
# File 'lib/google/apis/compute_v1/classes.rb', line 53861 def src_ip_ranges @src_ip_ranges end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
53868 53869 53870 |
# File 'lib/google/apis/compute_v1/classes.rb', line 53868 def update!(**args) @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges) end |