Class: Google::Apis::DnsV1beta2::PoliciesPatchResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::PoliciesPatchResponse
- 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
-
#policy ⇒ Google::Apis::DnsV1beta2::Policy
A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PoliciesPatchResponse
constructor
A new instance of PoliciesPatchResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PoliciesPatchResponse
Returns a new instance of PoliciesPatchResponse.
1534 1535 1536 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1534 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy ⇒ Google::Apis::DnsV1beta2::Policy
A policy is a collection of DNS rules applied to one or more Virtual Private
Cloud resources.
Corresponds to the JSON property policy
1532 1533 1534 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1532 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1539 1540 1541 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1539 def update!(**args) @policy = args[:policy] if args.key?(:policy) end |