Show / Hide Table of Contents

Class InstanceNetworkConfig

Inheritance
System.Object
InstanceNetworkConfig
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkConfig

Fields

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 readonly string IpAllocation
Field Value
Type Description
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 readonly string Network
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.