RecipeSummary

class oci.golden_gate.models.RecipeSummary(**kwargs)

Bases: object

The list of recipe details to create pipelines.

Attributes

RECIPE_TYPE_ZERO_ETL A constant which can be used with the recipe_type property of a RecipeSummary.
description Gets the description of this RecipeSummary.
display_name [Required] Gets the display_name of this RecipeSummary.
name [Required] Gets the name of this RecipeSummary.
recipe_type [Required] Gets the recipe_type of this RecipeSummary.
supported_source_technology_types [Required] Gets the supported_source_technology_types of this RecipeSummary.
supported_target_technology_types [Required] Gets the supported_target_technology_types of this RecipeSummary.

Methods

__init__(**kwargs) Initializes a new RecipeSummary object with values from keyword arguments.
RECIPE_TYPE_ZERO_ETL = 'ZERO_ETL'

A constant which can be used with the recipe_type property of a RecipeSummary. This constant has a value of “ZERO_ETL”

__init__(**kwargs)

Initializes a new RecipeSummary object with values from keyword arguments. 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 RecipeSummary. Allowed values for this property are: “ZERO_ETL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • name (str) – The value to assign to the name property of this RecipeSummary.
  • display_name (str) – The value to assign to the display_name property of this RecipeSummary.
  • description (str) – The value to assign to the description property of this RecipeSummary.
  • supported_source_technology_types (list[oci.golden_gate.models.TechnologyType]) – The value to assign to the supported_source_technology_types property of this RecipeSummary.
  • supported_target_technology_types (list[oci.golden_gate.models.TechnologyType]) – The value to assign to the supported_target_technology_types property of this RecipeSummary.
description

Gets the description of this RecipeSummary. Metadata about this specific object.

Returns:The description of this RecipeSummary.
Return type:str
display_name

[Required] Gets the display_name of this RecipeSummary. An object’s Display Name.

Returns:The display_name of this RecipeSummary.
Return type:str
name

[Required] Gets the name of this RecipeSummary. An object’s Display Name.

Returns:The name of this RecipeSummary.
Return type:str
recipe_type

[Required] Gets the recipe_type of this RecipeSummary. The type of the recipe

Allowed values for this property are: “ZERO_ETL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The recipe_type of this RecipeSummary.
Return type:str
supported_source_technology_types

[Required] Gets the supported_source_technology_types of this RecipeSummary. Array of supported technology types for this recipe.

Returns:The supported_source_technology_types of this RecipeSummary.
Return type:list[oci.golden_gate.models.TechnologyType]
supported_target_technology_types

[Required] Gets the supported_target_technology_types of this RecipeSummary. Array of supported technology types for this recipe.

Returns:The supported_target_technology_types of this RecipeSummary.
Return type:list[oci.golden_gate.models.TechnologyType]