Class DnsZonePair
- Represents a pair of private and peering DNS zone resources. *
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class DnsZonePair : IDirectResponseSchema
Properties
ConsumerPeeringZone
The DNS peering zone 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 in the shared producer host project.
Declaration
[JsonProperty("producerPrivateZone")]
public virtual DnsZone ProducerPrivateZone { get; set; }
Property Value
Type | Description |
---|---|
DnsZone |