CreatePipelineDetails¶
-
class
oci.golden_gate.models.
CreatePipelineDetails
(**kwargs)¶ Bases:
object
Details with which to create a pipeline.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a CreatePipelineDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a CreatePipelineDetails. RECIPE_TYPE_ZERO_ETL
A constant which can be used with the recipe_type property of a CreatePipelineDetails. compartment_id
[Required] Gets the compartment_id of this CreatePipelineDetails. defined_tags
Gets the defined_tags of this CreatePipelineDetails. description
Gets the description of this CreatePipelineDetails. display_name
[Required] Gets the display_name of this CreatePipelineDetails. freeform_tags
Gets the freeform_tags of this CreatePipelineDetails. license_model
[Required] Gets the license_model of this CreatePipelineDetails. locks
Gets the locks of this CreatePipelineDetails. recipe_type
[Required] Gets the recipe_type of this CreatePipelineDetails. source_connection_details
[Required] Gets the source_connection_details of this CreatePipelineDetails. target_connection_details
[Required] Gets the target_connection_details of this CreatePipelineDetails. Methods
__init__
(**kwargs)Initializes a new CreatePipelineDetails 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'¶ A constant which can be used with the license_model property of a CreatePipelineDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a CreatePipelineDetails. This constant has a value of “LICENSE_INCLUDED”
-
RECIPE_TYPE_ZERO_ETL
= 'ZERO_ETL'¶ A constant which can be used with the recipe_type property of a CreatePipelineDetails. This constant has a value of “ZERO_ETL”
-
__init__
(**kwargs)¶ Initializes a new CreatePipelineDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 CreatePipelineDetails. Allowed values for this property are: “ZERO_ETL”
- display_name (str) – The value to assign to the display_name property of this CreatePipelineDetails.
- description (str) – The value to assign to the description property of this CreatePipelineDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreatePipelineDetails.
- license_model (str) – The value to assign to the license_model property of this CreatePipelineDetails. 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 CreatePipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreatePipelineDetails.
- locks (list[oci.golden_gate.models.ResourceLock]) – The value to assign to the locks property of this CreatePipelineDetails.
- source_connection_details (oci.golden_gate.models.SourcePipelineConnectionDetails) – The value to assign to the source_connection_details property of this CreatePipelineDetails.
- target_connection_details (oci.golden_gate.models.TargetPipelineConnectionDetails) – The value to assign to the target_connection_details property of this CreatePipelineDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreatePipelineDetails. The OCID of the compartment being referenced.
Returns: The compartment_id of this CreatePipelineDetails. Return type: str
Gets the defined_tags of this CreatePipelineDetails. 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 CreatePipelineDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreatePipelineDetails. Metadata about this specific object.
Returns: The description of this CreatePipelineDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreatePipelineDetails. An object’s Display Name.
Returns: The display_name of this CreatePipelineDetails. Return type: str
Gets the freeform_tags of this CreatePipelineDetails. 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 CreatePipelineDetails. 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
¶ [Required] Gets the license_model of this CreatePipelineDetails. 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 CreatePipelineDetails. Return type: str
-
locks
¶ Gets the locks of this CreatePipelineDetails. Locks associated with this resource.
Returns: The locks of this CreatePipelineDetails. Return type: list[oci.golden_gate.models.ResourceLock]
-
recipe_type
¶ [Required] Gets the recipe_type of this CreatePipelineDetails. The type of the recipe
Allowed values for this property are: “ZERO_ETL”
Returns: The recipe_type of this CreatePipelineDetails. Return type: str
-
source_connection_details
¶ [Required] Gets the source_connection_details of this CreatePipelineDetails.
Returns: The source_connection_details of this CreatePipelineDetails. Return type: oci.golden_gate.models.SourcePipelineConnectionDetails
-
target_connection_details
¶ [Required] Gets the target_connection_details of this CreatePipelineDetails.
Returns: The target_connection_details of this CreatePipelineDetails. Return type: oci.golden_gate.models.TargetPipelineConnectionDetails
-