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.



2654
2655
2656
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2654

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



2652
2653
2654
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2652

def dns_zone_pairs
  @dns_zone_pairs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2659
2660
2661
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2659

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