Class: Google::Apis::DnsV1beta2::PoliciesUpdateResponse
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::PoliciesUpdateResponse
- 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) ⇒ PoliciesUpdateResponse
constructor
A new instance of PoliciesUpdateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PoliciesUpdateResponse
Returns a new instance of PoliciesUpdateResponse.
1554 1555 1556 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1554 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
1552 1553 1554 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1552 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1559 1560 1561 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1559 def update!(**args) @policy = args[:policy] if args.key?(:policy) end |