Class AddDnsZoneResponse
Represents managed DNS zones created in the shared producer host and consumer projects.
Inheritance
System.Object
AddDnsZoneResponse
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.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 |