Class ManagedZonePrivateVisibilityConfigArgs
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: Pulumi.Gcp.Dns.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZonePrivateVisibilityConfigArgs : ResourceArgs
Constructors
View SourceManagedZonePrivateVisibilityConfigArgs()
Declaration
public ManagedZonePrivateVisibilityConfigArgs()
Properties
View SourceNetworks
The list of VPC networks that can see this zone. Structure is documented below.
Declaration
public InputList<ManagedZonePrivateVisibilityConfigNetworkArgs> Networks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ManagedZonePrivateVisibilityConfigNetworkArgs> |