Class ListDnsZonesResponse
Represents all DNS zones in the shared producer host project and the matching peering zones in the consumer project.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class ListDnsZonesResponse : IDirectResponseSchema
Properties
DnsZonePairs
All pairs of private DNS zones in the shared producer host project and the matching peering zones in the consumer project..
Declaration
[JsonProperty("dnsZonePairs")]
public virtual IList<DnsZonePair> DnsZonePairs { get; set; }
Property Value
Type | Description |
---|---|
IList<DnsZonePair> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |