Show / Hide Table of Contents

Class PolicyNetworkGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyNetworkGetArgs
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 PolicyNetworkGetArgs : ResourceArgs

Constructors

View Source

PolicyNetworkGetArgs()

Declaration
public PolicyNetworkGetArgs()

Properties

View Source

NetworkUrl

The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}

Declaration
public Input<string> NetworkUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.