TemplateDetails¶
-
class
oci.log_analytics.models.
TemplateDetails
(**kwargs)¶ Bases:
object
details for scheduled task using template
Methods
__init__
(**kwargs)Initializes a new TemplateDetails object with values from keyword arguments. Attributes
template_id
[Required] Gets the template_id of this TemplateDetails. template_params
Gets the template_params of this TemplateDetails. -
__init__
(**kwargs)¶ Initializes a new TemplateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - template_id (str) – The value to assign to the template_id property of this TemplateDetails.
- template_params (list[oci.log_analytics.models.TemplateParams]) – The value to assign to the template_params property of this TemplateDetails.
-
template_id
¶ [Required] Gets the template_id of this TemplateDetails. The Config template Id of a particular template.
Returns: The template_id of this TemplateDetails. Return type: str
-
template_params
¶ Gets the template_params of this TemplateDetails. To store macro params.
Returns: The template_params of this TemplateDetails. Return type: list[oci.log_analytics.models.TemplateParams]
-