Class PolicyNetworkArgs
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 PolicyNetworkArgs : ResourceArgs
Constructors
View SourcePolicyNetworkArgs()
Declaration
public PolicyNetworkArgs()
Properties
View SourceNetworkUrl
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> |