Class GetDnsZoneResponse
Represents managed DNS zones created in the shared Producer host and consumer projects.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class GetDnsZoneResponse : IDirectResponseSchema
Properties
ConsumerPeeringZone
The DNS peering zone created in the consumer project.
Declaration
[JsonProperty("consumerPeeringZone")]
public virtual DnsZone ConsumerPeeringZone { get; set; }
Property Value
Type | Description |
---|---|
DnsZone |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProducerPrivateZone
The private DNS zone created in the shared producer host project.
Declaration
[JsonProperty("producerPrivateZone")]
public virtual DnsZone ProducerPrivateZone { get; set; }
Property Value
Type | Description |
---|---|
DnsZone |