Class Accelerator (1.7.1)

Accelerator(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies Data Fusion accelerators for an instance.

Attributes

NameDescription
accelerator_type google.cloud.data_fusion_v1.types.Accelerator.AcceleratorType
The type of an accelator for a CDF instance.
state google.cloud.data_fusion_v1.types.Accelerator.State
The state of the accelerator

Classes

AcceleratorType

AcceleratorType(value)

Each type represents an Accelerator (Add-On) supported by Cloud Data Fusion service.

Values: ACCELERATOR_TYPE_UNSPECIFIED (0): Default value, if unspecified. CDC (1): Change Data Capture accelerator for CDF. HEALTHCARE (2): Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team. CCAI_INSIGHTS (3): Contact Center AI Insights This accelerator is used to enable import and export pipelines custom built to streamline CCAI Insights processing.

State

State(value)

Different values possible for the state of an accelerator

Values: STATE_UNSPECIFIED (0): Default value, do not use ENABLED (1): Indicates that the accelerator is enabled and available to use DISABLED (2): Indicates that the accelerator is disabled and not available to use UNKNOWN (3): Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state