CatalogSourceTemplateConfig

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

Bases: oci.fleet_apps_management.models.catalog_source_payload.CatalogSourcePayload

Catalog source template config.

Methods

__init__(**kwargs) Initializes a new CatalogSourceTemplateConfig 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.

Attributes

config_source_type [Required] Gets the config_source_type of this CatalogSourcePayload.
description Gets the description of this CatalogSourceTemplateConfig.
long_description Gets the long_description of this CatalogSourceTemplateConfig.
template_display_name Gets the template_display_name of this CatalogSourceTemplateConfig.
working_directory Gets the working_directory of this CatalogSourcePayload.
zip_file_base64_encoded Gets the zip_file_base64_encoded of this CatalogSourceTemplateConfig.
__init__(**kwargs)

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

Parameters:
  • config_source_type (str) – The value to assign to the config_source_type property of this CatalogSourceTemplateConfig.
  • working_directory (str) – The value to assign to the working_directory property of this CatalogSourceTemplateConfig.
  • zip_file_base64_encoded (str) – The value to assign to the zip_file_base64_encoded property of this CatalogSourceTemplateConfig.
  • description (str) – The value to assign to the description property of this CatalogSourceTemplateConfig.
  • long_description (str) – The value to assign to the long_description property of this CatalogSourceTemplateConfig.
  • template_display_name (str) – The value to assign to the template_display_name property of this CatalogSourceTemplateConfig.
config_source_type

[Required] Gets the config_source_type of this CatalogSourcePayload. config source type.

Returns:The config_source_type of this CatalogSourcePayload.
Return type:str
description

Gets the description of this CatalogSourceTemplateConfig. Template Description

Returns:The description of this CatalogSourceTemplateConfig.
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.

long_description

Gets the long_description of this CatalogSourceTemplateConfig. Template Long Description

Returns:The long_description of this CatalogSourceTemplateConfig.
Return type:str
template_display_name

Gets the template_display_name of this CatalogSourceTemplateConfig. Template Display Name

Returns:The template_display_name of this CatalogSourceTemplateConfig.
Return type:str
working_directory

Gets the working_directory of this CatalogSourcePayload. File path to the directory to use for running Terraform. If not specified, the root directory is used.

Returns:The working_directory of this CatalogSourcePayload.
Return type:str
zip_file_base64_encoded

Gets the zip_file_base64_encoded of this CatalogSourceTemplateConfig. The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.

Returns:The zip_file_base64_encoded of this CatalogSourceTemplateConfig.
Return type:str