DefaultClonePipelineDetails¶
-
class
oci.golden_gate.models.DefaultClonePipelineDetails(**kwargs)¶ Bases:
oci.golden_gate.models.clone_pipeline_details.ClonePipelineDetailsAttribute details for a default pipeline clone.
Attributes
TYPE_DEFAULTstr(object=’’) -> str 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 DefaultClonePipelineDetails 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'¶
-
__init__(**kwargs)¶ Initializes a new DefaultClonePipelineDetails object with values from keyword arguments. The default value of the
typeattribute of this class isDEFAULTand it should not be changed. 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 DefaultClonePipelineDetails. Allowed values for this property are: “DEFAULT”
- display_name (str) – The value to assign to the display_name property of this DefaultClonePipelineDetails.
- source_pipeline_id (str) – The value to assign to the source_pipeline_id property of this DefaultClonePipelineDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this DefaultClonePipelineDetails.
- description (str) – The value to assign to the description property of this DefaultClonePipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DefaultClonePipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DefaultClonePipelineDetails.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DefaultClonePipelineDetails.
-
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
-