ZeroEtlPipeline

class oci.golden_gate.models.ZeroEtlPipeline(**kwargs)

Bases: oci.golden_gate.models.pipeline.Pipeline

The details of a ZeroETL pipeline.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE str(object=’’) -> str
LICENSE_MODEL_LICENSE_INCLUDED str(object=’’) -> str
LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
LIFECYCLE_SUB_STATE_MOVING str(object=’’) -> str
LIFECYCLE_SUB_STATE_RUNNING str(object=’’) -> str
LIFECYCLE_SUB_STATE_STARTING str(object=’’) -> str
LIFECYCLE_SUB_STATE_STOPPED str(object=’’) -> str
LIFECYCLE_SUB_STATE_STOPPING str(object=’’) -> str
RECIPE_TYPE_ZERO_ETL str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this Pipeline.
cpu_core_count [Required] Gets the cpu_core_count of this Pipeline.
defined_tags Gets the defined_tags of this Pipeline.
description Gets the description of this Pipeline.
display_name [Required] Gets the display_name of this Pipeline.
freeform_tags Gets the freeform_tags of this Pipeline.
id [Required] Gets the id of this Pipeline.
is_auto_scaling_enabled [Required] Gets the is_auto_scaling_enabled of this Pipeline.
license_model [Required] Gets the license_model of this Pipeline.
lifecycle_details Gets the lifecycle_details of this Pipeline.
lifecycle_state [Required] Gets the lifecycle_state of this Pipeline.
lifecycle_sub_state Gets the lifecycle_sub_state of this Pipeline.
locks Gets the locks of this Pipeline.
mapping_rules Gets the mapping_rules of this ZeroEtlPipeline.
process_options Gets the process_options of this ZeroEtlPipeline.
recipe_type [Required] Gets the recipe_type of this Pipeline.
source_connection_details [Required] Gets the source_connection_details of this Pipeline.
system_tags Gets the system_tags of this Pipeline.
target_connection_details [Required] Gets the target_connection_details of this Pipeline.
time_created [Required] Gets the time_created of this Pipeline.
time_last_recorded Gets the time_last_recorded of this ZeroEtlPipeline.
time_updated [Required] Gets the time_updated of this Pipeline.

Methods

__init__(**kwargs) Initializes a new ZeroEtlPipeline object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = 'BRING_YOUR_OWN_LICENSE'
LICENSE_MODEL_LICENSE_INCLUDED = 'LICENSE_INCLUDED'
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
LIFECYCLE_SUB_STATE_MOVING = 'MOVING'
LIFECYCLE_SUB_STATE_RUNNING = 'RUNNING'
LIFECYCLE_SUB_STATE_STARTING = 'STARTING'
LIFECYCLE_SUB_STATE_STOPPED = 'STOPPED'
LIFECYCLE_SUB_STATE_STOPPING = 'STOPPING'
RECIPE_TYPE_ZERO_ETL = 'ZERO_ETL'
__init__(**kwargs)

Initializes a new ZeroEtlPipeline object with values from keyword arguments. The default value of the recipe_type attribute of this class is ZERO_ETL and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • recipe_type (str) – The value to assign to the recipe_type property of this ZeroEtlPipeline. Allowed values for this property are: “ZERO_ETL”
  • id (str) – The value to assign to the id property of this ZeroEtlPipeline.
  • display_name (str) – The value to assign to the display_name property of this ZeroEtlPipeline.
  • description (str) – The value to assign to the description property of this ZeroEtlPipeline.
  • compartment_id (str) – The value to assign to the compartment_id property of this ZeroEtlPipeline.
  • license_model (str) – The value to assign to the license_model property of this ZeroEtlPipeline. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this ZeroEtlPipeline.
  • is_auto_scaling_enabled (bool) – The value to assign to the is_auto_scaling_enabled property of this ZeroEtlPipeline.
  • source_connection_details (oci.golden_gate.models.SourcePipelineConnectionDetails) – The value to assign to the source_connection_details property of this ZeroEtlPipeline.
  • target_connection_details (oci.golden_gate.models.TargetPipelineConnectionDetails) – The value to assign to the target_connection_details property of this ZeroEtlPipeline.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ZeroEtlPipeline.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ZeroEtlPipeline.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ZeroEtlPipeline.
  • locks (list[oci.golden_gate.models.ResourceLock]) – The value to assign to the locks property of this ZeroEtlPipeline.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ZeroEtlPipeline. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”
  • lifecycle_sub_state (str) – The value to assign to the lifecycle_sub_state property of this ZeroEtlPipeline. Allowed values for this property are: “STARTING”, “STOPPING”, “STOPPED”, “MOVING”, “RUNNING”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this ZeroEtlPipeline.
  • time_created (datetime) – The value to assign to the time_created property of this ZeroEtlPipeline.
  • time_updated (datetime) – The value to assign to the time_updated property of this ZeroEtlPipeline.
  • mapping_rules (list[oci.golden_gate.models.MappingRule]) – The value to assign to the mapping_rules property of this ZeroEtlPipeline.
  • process_options (oci.golden_gate.models.ProcessOptions) – The value to assign to the process_options property of this ZeroEtlPipeline.
  • time_last_recorded (datetime) – The value to assign to the time_last_recorded property of this ZeroEtlPipeline.
compartment_id

[Required] Gets the compartment_id of this Pipeline. The OCID of the compartment being referenced.

Returns:The compartment_id of this Pipeline.
Return type:str
cpu_core_count

[Required] Gets the cpu_core_count of this Pipeline. The Minimum number of OCPUs to be made available for this Deployment.

Returns:The cpu_core_count of this Pipeline.
Return type:int
defined_tags

Gets the defined_tags of this Pipeline. Tags defined for this resource. Each key is predefined and scoped to a namespace.

Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this Pipeline.
Return type:dict(str, dict(str, object))
description

Gets the description of this Pipeline. Metadata about this specific object.

Returns:The description of this Pipeline.
Return type:str
display_name

[Required] Gets the display_name of this Pipeline. An object’s Display Name.

Returns:The display_name of this Pipeline.
Return type:str
freeform_tags

Gets the freeform_tags of this Pipeline. A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.

Example: {“bar-key”: “value”}

Returns:The freeform_tags of this Pipeline.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

[Required] Gets the id of this Pipeline. The OCID of the pipeline. This option applies when retrieving a pipeline.

Returns:The id of this Pipeline.
Return type:str
is_auto_scaling_enabled

[Required] Gets the is_auto_scaling_enabled of this Pipeline. Indicates if auto scaling is enabled for the Deployment’s CPU core count.

Returns:The is_auto_scaling_enabled of this Pipeline.
Return type:bool
license_model

[Required] Gets the license_model of this Pipeline. The Oracle license model that applies to a Deployment.

Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The license_model of this Pipeline.
Return type:str
lifecycle_details

Gets the lifecycle_details of this Pipeline. Describes the object’s current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

Returns:The lifecycle_details of this Pipeline.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this Pipeline. Lifecycle state of the pipeline.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “NEEDS_ATTENTION”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Pipeline.
Return type:str
lifecycle_sub_state

Gets the lifecycle_sub_state of this Pipeline. Possible lifecycle substates when retrieving a pipeline.

Allowed values for this property are: “STARTING”, “STOPPING”, “STOPPED”, “MOVING”, “RUNNING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_sub_state of this Pipeline.
Return type:str
locks

Gets the locks of this Pipeline. Locks associated with this resource.

Returns:The locks of this Pipeline.
Return type:list[oci.golden_gate.models.ResourceLock]
mapping_rules

Gets the mapping_rules of this ZeroEtlPipeline. Mapping for source/target schema/tables for the pipeline data replication.

Returns:The mapping_rules of this ZeroEtlPipeline.
Return type:list[oci.golden_gate.models.MappingRule]
process_options

Gets the process_options of this ZeroEtlPipeline.

Returns:The process_options of this ZeroEtlPipeline.
Return type:oci.golden_gate.models.ProcessOptions
recipe_type

[Required] Gets the recipe_type of this Pipeline. The type of the recipe

Allowed values for this property are: “ZERO_ETL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The recipe_type of this Pipeline.
Return type:str
source_connection_details

[Required] Gets the source_connection_details of this Pipeline.

Returns:The source_connection_details of this Pipeline.
Return type:oci.golden_gate.models.SourcePipelineConnectionDetails
system_tags

Gets the system_tags of this Pipeline. The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags.

Example: {orcl-cloud: {free-tier-retain: true}}

Returns:The system_tags of this Pipeline.
Return type:dict(str, dict(str, object))
target_connection_details

[Required] Gets the target_connection_details of this Pipeline.

Returns:The target_connection_details of this Pipeline.
Return type:oci.golden_gate.models.TargetPipelineConnectionDetails
time_created

[Required] Gets the time_created of this Pipeline. The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_created of this Pipeline.
Return type:datetime
time_last_recorded

Gets the time_last_recorded of this ZeroEtlPipeline. When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as 2024-07-25T21:10:29.600Z.

Returns:The time_last_recorded of this ZeroEtlPipeline.
Return type:datetime
time_updated

[Required] Gets the time_updated of this Pipeline. The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_updated of this Pipeline.
Return type:datetime