Show / Hide Table of Contents

Class ListDnsZonesResponse

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

Inheritance
object
ListDnsZonesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX