Class ManagedZonePeeringConfig
Inheritance
ManagedZonePeeringConfig
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class ManagedZonePeeringConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
TargetNetwork
The network with which to peer.
Declaration
[JsonProperty("targetNetwork")]
public virtual ManagedZonePeeringConfigTargetNetwork TargetNetwork { get; set; }
Property Value
Implements