CatalogTemplateResultConfig

class oci.fleet_apps_management.models.CatalogTemplateResultConfig(**kwargs)

Bases: oci.fleet_apps_management.models.catalog_result_payload.CatalogResultPayload

Catalog par result config.

Attributes

CONFIG_RESULT_TYPE_GIT_RESULT_CONFIG str(object=’’) -> str
CONFIG_RESULT_TYPE_PAR_RESULT_CONFIG str(object=’’) -> str
CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIG str(object=’’) -> str
config_result_type [Required] Gets the config_result_type of this CatalogResultPayload.
template_id Gets the template_id of this CatalogTemplateResultConfig.
working_directory Gets the working_directory of this CatalogResultPayload.

Methods

__init__(**kwargs) Initializes a new CatalogTemplateResultConfig 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.
CONFIG_RESULT_TYPE_GIT_RESULT_CONFIG = 'GIT_RESULT_CONFIG'
CONFIG_RESULT_TYPE_PAR_RESULT_CONFIG = 'PAR_RESULT_CONFIG'
CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIG = 'TEMPLATE_RESULT_CONFIG'
__init__(**kwargs)

Initializes a new CatalogTemplateResultConfig object with values from keyword arguments. The default value of the config_result_type attribute of this class is TEMPLATE_RESULT_CONFIG and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • config_result_type (str) – The value to assign to the config_result_type property of this CatalogTemplateResultConfig. Allowed values for this property are: “PAR_RESULT_CONFIG”, “TEMPLATE_RESULT_CONFIG”, “GIT_RESULT_CONFIG”
  • working_directory (str) – The value to assign to the working_directory property of this CatalogTemplateResultConfig.
  • template_id (str) – The value to assign to the template_id property of this CatalogTemplateResultConfig.
config_result_type

[Required] Gets the config_result_type of this CatalogResultPayload. config result type.

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

Returns:The config_result_type of this CatalogResultPayload.
Return type: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.

template_id

Gets the template_id of this CatalogTemplateResultConfig. template id

Returns:The template_id of this CatalogTemplateResultConfig.
Return type:str
working_directory

Gets the working_directory of this CatalogResultPayload. working directory

Returns:The working_directory of this CatalogResultPayload.
Return type:str