UpdatePipelineDetails¶
-
class
oci.golden_gate.models.
UpdatePipelineDetails
(**kwargs)¶ Bases:
object
Information with which to update a pipeline.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a UpdatePipelineDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a UpdatePipelineDetails. RECIPE_TYPE_ZERO_ETL
A constant which can be used with the recipe_type property of a UpdatePipelineDetails. 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. recipe_type
Gets the recipe_type of this UpdatePipelineDetails. Methods
__init__
(**kwargs)Initializes a new UpdatePipelineDetails 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 UpdatePipelineDetails. 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 UpdatePipelineDetails. 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 UpdatePipelineDetails. This constant has a value of “ZERO_ETL”
-
__init__
(**kwargs)¶ Initializes a new UpdatePipelineDetails 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 UpdatePipelineDetails. Allowed values for this property are: “ZERO_ETL”
- display_name (str) – The value to assign to the display_name property of this UpdatePipelineDetails.
- description (str) – The value to assign to the description property of this UpdatePipelineDetails.
- license_model (str) – The value to assign to the license_model property of this UpdatePipelineDetails. 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 UpdatePipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePipelineDetails.
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
-
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
-