Class: Google::Apis::DnsV1beta2::ResponsePolicyRulesUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ResponsePolicyRulesUpdateResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#response_policy_rule ⇒ Google::Apis::DnsV1beta2::ResponsePolicyRule
A Response Policy Rule is a selector that applies its behavior to queries that match the selector.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponsePolicyRulesUpdateResponse
constructor
A new instance of ResponsePolicyRulesUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponsePolicyRulesUpdateResponse
Returns a new instance of ResponsePolicyRulesUpdateResponse.
2707 2708 2709 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2707 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response_policy_rule ⇒ Google::Apis::DnsV1beta2::ResponsePolicyRule
A Response Policy Rule is a selector that applies its behavior to queries that
match the selector. Selectors are DNS names, which may be wildcards or exact
matches. Each DNS query subject to a Response Policy matches at most one
ResponsePolicyRule, as identified by the dns_name field with the longest
matching suffix.
Corresponds to the JSON property responsePolicyRule
2705 2706 2707 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2705 def response_policy_rule @response_policy_rule end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2712 2713 2714 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2712 def update!(**args) @response_policy_rule = args[:response_policy_rule] if args.key?(:response_policy_rule) end |