Class: Google::Apis::DnsV1::PoliciesUpdateResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1/classes.rb,
lib/google/apis/dns_v1/representations.rb,
lib/google/apis/dns_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PoliciesUpdateResponse

Returns a new instance of PoliciesUpdateResponse.



1560
1561
1562
# File 'lib/google/apis/dns_v1/classes.rb', line 1560

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

Instance Attribute Details

#policyGoogle::Apis::DnsV1::Policy

A policy is a collection of DNS rules applied to one or more Virtual Private Cloud resources. Corresponds to the JSON property policy



1558
1559
1560
# File 'lib/google/apis/dns_v1/classes.rb', line 1558

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1565
1566
1567
# File 'lib/google/apis/dns_v1/classes.rb', line 1565

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