Class: Google::Apis::ServicenetworkingV1::ListDnsZonesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1::ListDnsZonesResponse
- 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
-
#dns_zone_pairs ⇒ Array<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..
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListDnsZonesResponse
constructor
A new instance of ListDnsZonesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListDnsZonesResponse
Returns a new instance of ListDnsZonesResponse.
2685 2686 2687 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2685 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dns_zone_pairs ⇒ Array<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
2683 2684 2685 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2683 def dns_zone_pairs @dns_zone_pairs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2690 2691 2692 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 2690 def update!(**args) @dns_zone_pairs = args[:dns_zone_pairs] if args.key?(:dns_zone_pairs) end |