Show / Hide Table of Contents

Class AddDnsZoneResponse

Represents managed DNS zones created in the shared producer host and consumer projects.

Inheritance
object
AddDnsZoneResponse
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.v1beta.Data
Assembly: Google.Apis.ServiceNetworking.v1beta.dll
Syntax
public class AddDnsZoneResponse : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX