DefinedMonitoringTemplateCollection¶
-
class
oci.stack_monitoring.models.
DefinedMonitoringTemplateCollection
(**kwargs)¶ Bases:
object
List of defined Monitoring Template for specified resourceType
Methods
__init__
(**kwargs)Initializes a new DefinedMonitoringTemplateCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DefinedMonitoringTemplateCollection. -
__init__
(**kwargs)¶ Initializes a new DefinedMonitoringTemplateCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.stack_monitoring.models.DefinedMonitoringTemplateSummary]) – The value to assign to the items property of this DefinedMonitoringTemplateCollection.
-
items
¶ [Required] Gets the items of this DefinedMonitoringTemplateCollection. List of defined Monitoring Template.
Returns: The items of this DefinedMonitoringTemplateCollection. Return type: list[oci.stack_monitoring.models.DefinedMonitoringTemplateSummary]
-