Class: Google::Apis::DnsV1beta2::ResponsePolicyRulesUpdateResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResponsePolicyRulesUpdateResponse

Returns a new instance of ResponsePolicyRulesUpdateResponse.



1916
1917
1918
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1916

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#headerGoogle::Apis::DnsV1beta2::ResponseHeader

Elements common to every response. Corresponds to the JSON property header



1905
1906
1907
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1905

def header
  @header
end

#response_policy_ruleGoogle::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



1914
1915
1916
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1914

def response_policy_rule
  @response_policy_rule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1921
1922
1923
1924
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1921

def update!(**args)
  @header = args[:header] if args.key?(:header)
  @response_policy_rule = args[:response_policy_rule] if args.key?(:response_policy_rule)
end