NetworkConfig class

Network configuration for a Data Fusion instance.

These configurations are used for peering with the customer network. Configurations are optional when a public Data Fusion instance is to be created. However, providing these configurations allows several benefits, such as reduced network latency while accessing the customer resources from managed Data Fusion instance nodes, as well as access to the customer on-prem resources.

Constructors

NetworkConfig({String? ipAllocation, String? network})
NetworkConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAllocation String?
The IP range in CIDR notation to use for the managed Data Fusion instance nodes.
getter/setter pair
network String?
Name of the network in the customer project with which the Tenant Project will be peered for executing pipelines.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited