Class: Google::Apis::DnsV1beta2::ResponsePoliciesUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ResponsePoliciesUpdateResponse
- 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 ⇒ Google::Apis::DnsV1beta2::ResponsePolicy
A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponsePoliciesUpdateResponse
constructor
A new instance of ResponsePoliciesUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponsePoliciesUpdateResponse
Returns a new instance of ResponsePoliciesUpdateResponse.
2446 2447 2448 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2446 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response_policy ⇒ Google::Apis::DnsV1beta2::ResponsePolicy
A Response Policy is a collection of selectors that apply to queries made
against one or more Virtual Private Cloud networks.
Corresponds to the JSON property responsePolicy
2444 2445 2446 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2444 def response_policy @response_policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2451 2452 2453 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2451 def update!(**args) @response_policy = args[:response_policy] if args.key?(:response_policy) end |