Class: Google::Apis::ServicenetworkingV1::ListDnsZonesResponse

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

Overview

Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListDnsZonesResponse

Returns a new instance of ListDnsZonesResponse.



2678
2679
2680
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2678

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

Instance Attribute Details

#dns_zone_pairsArray<Google::Apis::ServicenetworkingV1::DnsZonePair>

All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project.. Corresponds to the JSON property dnsZonePairs



2676
2677
2678
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2676

def dns_zone_pairs
  @dns_zone_pairs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2683
2684
2685
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2683

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