Show / Hide Table of Contents

Class ManagedZonePrivateVisibilityConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedZonePrivateVisibilityConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ManagedZonePrivateVisibilityConfigArgs()

Declaration
public ManagedZonePrivateVisibilityConfigArgs()

Properties

View Source

Networks

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.