Class: Google::Apis::ComputeV1::SecurityPolicyRuleMatcherConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::SecurityPolicyRuleMatcherConfig
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/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.
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
18542 18543 18544 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18542 def initialize(**args) update!(**args) end |
Instance Attribute Details
#src_ip_ranges ⇒ Array<String>
CIDR IP address range.
Corresponds to the JSON property srcIpRanges
18540 18541 18542 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18540 def src_ip_ranges @src_ip_ranges end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18547 18548 18549 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18547 def update!(**args) @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges) end |