UpdateTemplateDetails

class oci.resource_manager.models.UpdateTemplateDetails(**kwargs)

Bases: object

Update details for a template.

Methods

__init__(**kwargs) Initializes a new UpdateTemplateDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateTemplateDetails.
description Gets the description of this UpdateTemplateDetails.
display_name Gets the display_name of this UpdateTemplateDetails.
freeform_tags Gets the freeform_tags of this UpdateTemplateDetails.
logo_file_base64_encoded Gets the logo_file_base64_encoded of this UpdateTemplateDetails.
long_description Gets the long_description of this UpdateTemplateDetails.
template_config_source Gets the template_config_source of this UpdateTemplateDetails.
__init__(**kwargs)

Initializes a new UpdateTemplateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateTemplateDetails.
  • description (str) – The value to assign to the description property of this UpdateTemplateDetails.
  • long_description (str) – The value to assign to the long_description property of this UpdateTemplateDetails.
  • logo_file_base64_encoded (str) – The value to assign to the logo_file_base64_encoded property of this UpdateTemplateDetails.
  • template_config_source (oci.resource_manager.models.UpdateTemplateConfigSourceDetails) – The value to assign to the template_config_source property of this UpdateTemplateDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateTemplateDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateTemplateDetails.
defined_tags

Gets the defined_tags of this UpdateTemplateDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateTemplateDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateTemplateDetails. Description of the template. Avoid entering confidential information.

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

Gets the display_name of this UpdateTemplateDetails. The template’s display name. Avoid entering confidential information.

Returns:The display_name of this UpdateTemplateDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateTemplateDetails. Free-form tags associated with the resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateTemplateDetails.
Return type:dict(str, str)
logo_file_base64_encoded

Gets the logo_file_base64_encoded of this UpdateTemplateDetails. Base64-encoded logo for the template.

Returns:The logo_file_base64_encoded of this UpdateTemplateDetails.
Return type:str
long_description

Gets the long_description of this UpdateTemplateDetails. Detailed description of the template. This description is displayed in the Console page listing templates when the template is expanded. Avoid entering confidential information.

Returns:The long_description of this UpdateTemplateDetails.
Return type:str
template_config_source

Gets the template_config_source of this UpdateTemplateDetails.

Returns:The template_config_source of this UpdateTemplateDetails.
Return type:oci.resource_manager.models.UpdateTemplateConfigSourceDetails