TemplateCategorySummary

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

Bases: object

Summary information for the template category.

Methods

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

Attributes

display_name Gets the display_name of this TemplateCategorySummary.
id Gets the id of this TemplateCategorySummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this TemplateCategorySummary.
  • display_name (str) – The value to assign to the display_name property of this TemplateCategorySummary.
display_name

Gets the display_name of this TemplateCategorySummary. The name of the template category.

Returns:The display_name of this TemplateCategorySummary.
Return type:str
id

Gets the id of this TemplateCategorySummary. Unique identifier for the template category. Possible values are 0 (Quickstarts), 1 (Service), 2 (Architecture), and 3 (Private). Template category labels are displayed in the Console page listing templates. Quickstarts, Service, and Architecture templates (categories 0, 1, and 2) are available in all compartments. Each private template (category 3) is available in the compartment where it was created.

Returns:The id of this TemplateCategorySummary.
Return type:str