Class: Google::Apis::DnsV1beta2::PoliciesUpdateResponse

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) ⇒ PoliciesUpdateResponse

Returns a new instance of PoliciesUpdateResponse.



1622
1623
1624
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1622

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

Instance Attribute Details

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



1620
1621
1622
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1620

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1627
1628
1629
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1627

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