Google Cloud Data Fusion V1 Client - Class Type (0.4.1)

Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class Type.

Represents the type of Data Fusion instance. Each type is configured with the default settings for processing and memory.

Protobuf type google.cloud.datafusion.v1.Instance.Type

Namespace

Google \ Cloud \ DataFusion \ V1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

No type specified. The instance creation will fail.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

BASIC

Value: 1

Basic Data Fusion instance. In Basic type, the user will be able to create data pipelines using point and click UI. However, there are certain limitations, such as fewer number of concurrent pipelines, no support for streaming pipelines, etc.

Generated from protobuf enum BASIC = 1;

ENTERPRISE

Value: 2

Enterprise Data Fusion instance. In Enterprise type, the user will have all features available, such as support for streaming pipelines, higher number of concurrent pipelines, etc.

Generated from protobuf enum ENTERPRISE = 2;

DEVELOPER

Value: 3

Developer Data Fusion instance. In Developer type, the user will have all features available but with restrictive capabilities. This is to help enterprises design and develop their data ingestion and integration pipelines at low cost.

Generated from protobuf enum DEVELOPER = 3;