ClonePipelineDetails¶
-
class
oci.golden_gate.models.ClonePipelineDetails(**kwargs)¶ Bases:
objectDetails for a pipeline clone.
Attributes
TYPE_DEFAULTA constant which can be used with the type property of a ClonePipelineDetails. compartment_id[Required] Gets the compartment_id of this ClonePipelineDetails. defined_tagsGets the defined_tags of this ClonePipelineDetails. descriptionGets the description of this ClonePipelineDetails. display_name[Required] Gets the display_name of this ClonePipelineDetails. freeform_tagsGets the freeform_tags of this ClonePipelineDetails. source_pipeline_id[Required] Gets the source_pipeline_id of this ClonePipelineDetails. system_tagsGets the system_tags of this ClonePipelineDetails. type[Required] Gets the type of this ClonePipelineDetails. Methods
__init__(**kwargs)Initializes a new ClonePipelineDetails 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. -
TYPE_DEFAULT= 'DEFAULT'¶ A constant which can be used with the type property of a ClonePipelineDetails. This constant has a value of “DEFAULT”
-
__init__(**kwargs)¶ Initializes a new ClonePipelineDetails 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: - type (str) – The value to assign to the type property of this ClonePipelineDetails. Allowed values for this property are: “DEFAULT”
- display_name (str) – The value to assign to the display_name property of this ClonePipelineDetails.
- source_pipeline_id (str) – The value to assign to the source_pipeline_id property of this ClonePipelineDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this ClonePipelineDetails.
- description (str) – The value to assign to the description property of this ClonePipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ClonePipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ClonePipelineDetails.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ClonePipelineDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this ClonePipelineDetails. The OCID of the compartment being referenced.
Returns: The compartment_id of this ClonePipelineDetails. Return type: str
Gets the defined_tags of this ClonePipelineDetails. 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 ClonePipelineDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this ClonePipelineDetails. Metadata about this specific object.
Returns: The description of this ClonePipelineDetails. Return type: str
-
display_name¶ [Required] Gets the display_name of this ClonePipelineDetails. An object’s Display Name.
Returns: The display_name of this ClonePipelineDetails. Return type: str
Gets the freeform_tags of this ClonePipelineDetails. 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 ClonePipelineDetails. 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.
-
source_pipeline_id¶ [Required] Gets the source_pipeline_id of this ClonePipelineDetails. The OCID of the pipeline. This option applies when retrieving a pipeline.
Returns: The source_pipeline_id of this ClonePipelineDetails. Return type: str
Gets the system_tags of this ClonePipelineDetails. 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 ClonePipelineDetails. Return type: dict(str, dict(str, object))
-
type¶ [Required] Gets the type of this ClonePipelineDetails. Type of a pipeline clone. This option applies when cloning a pipeline.
Allowed values for this property are: “DEFAULT”
Returns: The type of this ClonePipelineDetails. Return type: str
-