Class InstanceNetworkConfigArgs
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.DataFusion.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkConfigArgs : ResourceArgs
Constructors
View SourceInstanceNetworkConfigArgs()
Declaration
public InstanceNetworkConfigArgs()
Properties
View SourceIpAllocation
The IP range in CIDR notation to use for the managed Data Fusion instance nodes. This range must not overlap with any other ranges used in the Data Fusion instance network.
Declaration
public Input<string> IpAllocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Network
Name of the network in the project with which the tenant project will be peered for executing pipelines. In case of shared VPC where the network resides in another host project the network should specified in the form of projects/{host-project-id}/global/networks/{network}
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |