Show / Hide Table of Contents

Class DnsZonePair

  • Represents a pair of private and peering DNS zone resources. *
Inheritance
object
DnsZonePair
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX