Enum Instance.Type (1.4.0)

public enum Instance.Type extends Enum<Instance.Type> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

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.

BASIC = 1;

BASIC_VALUE

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.

BASIC = 1;

DEVELOPER

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.

DEVELOPER = 3;

DEVELOPER_VALUE

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.

DEVELOPER = 3;

ENTERPRISE

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.

ENTERPRISE = 2;

ENTERPRISE_VALUE

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.

ENTERPRISE = 2;

TYPE_UNSPECIFIED

No type specified. The instance creation will fail.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

No type specified. The instance creation will fail.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()