Show / Hide Table of Contents

Class InstanceNetworkConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceNetworkConfigGetArgs
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.DataFusion.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkConfigGetArgs : ResourceArgs

Constructors

View Source

InstanceNetworkConfigGetArgs()

Declaration
public InstanceNetworkConfigGetArgs()

Properties

View Source

IpAllocation

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>
View Source

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