UpdateZeroEtlPipelineDetails¶
-
class
oci.golden_gate.models.
UpdateZeroEtlPipelineDetails
(**kwargs)¶ Bases:
oci.golden_gate.models.update_pipeline_details.UpdatePipelineDetails
Information to update for an existing ZeroETL pipeline.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
str(object=’’) -> str LICENSE_MODEL_LICENSE_INCLUDED
str(object=’’) -> str RECIPE_TYPE_ZERO_ETL
str(object=’’) -> str defined_tags
Gets the defined_tags of this UpdatePipelineDetails. description
Gets the description of this UpdatePipelineDetails. display_name
Gets the display_name of this UpdatePipelineDetails. freeform_tags
Gets the freeform_tags of this UpdatePipelineDetails. license_model
Gets the license_model of this UpdatePipelineDetails. mapping_rules
Gets the mapping_rules of this UpdateZeroEtlPipelineDetails. process_options
Gets the process_options of this UpdateZeroEtlPipelineDetails. recipe_type
Gets the recipe_type of this UpdatePipelineDetails. Methods
__init__
(**kwargs)Initializes a new UpdateZeroEtlPipelineDetails 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'¶
-
RECIPE_TYPE_ZERO_ETL
= 'ZERO_ETL'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateZeroEtlPipelineDetails object with values from keyword arguments. The default value of the
recipe_type
attribute of this class isZERO_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 UpdateZeroEtlPipelineDetails. Allowed values for this property are: “ZERO_ETL”
- display_name (str) – The value to assign to the display_name property of this UpdateZeroEtlPipelineDetails.
- description (str) – The value to assign to the description property of this UpdateZeroEtlPipelineDetails.
- license_model (str) – The value to assign to the license_model property of this UpdateZeroEtlPipelineDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateZeroEtlPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateZeroEtlPipelineDetails.
- process_options (oci.golden_gate.models.ProcessOptions) – The value to assign to the process_options property of this UpdateZeroEtlPipelineDetails.
- mapping_rules (list[oci.golden_gate.models.MappingRule]) – The value to assign to the mapping_rules property of this UpdateZeroEtlPipelineDetails.
Gets the defined_tags of this UpdatePipelineDetails. 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 UpdatePipelineDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdatePipelineDetails. Metadata about this specific object.
Returns: The description of this UpdatePipelineDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdatePipelineDetails. An object’s Display Name.
Returns: The display_name of this UpdatePipelineDetails. Return type: str
Gets the freeform_tags of this UpdatePipelineDetails. 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 UpdatePipelineDetails. 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.
-
license_model
¶ Gets the license_model of this UpdatePipelineDetails. The Oracle license model that applies to a Deployment.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this UpdatePipelineDetails. Return type: str
-
mapping_rules
¶ Gets the mapping_rules of this UpdateZeroEtlPipelineDetails. Mapping for source/target schema/tables for the pipeline data replication.
Returns: The mapping_rules of this UpdateZeroEtlPipelineDetails. Return type: list[oci.golden_gate.models.MappingRule]
-
process_options
¶ Gets the process_options of this UpdateZeroEtlPipelineDetails.
Returns: The process_options of this UpdateZeroEtlPipelineDetails. Return type: oci.golden_gate.models.ProcessOptions
-
recipe_type
¶ Gets the recipe_type of this UpdatePipelineDetails. The type of the recipe
Allowed values for this property are: “ZERO_ETL”
Returns: The recipe_type of this UpdatePipelineDetails. Return type: str
-