TemplateAssociationAnalyticsSummary¶
-
class
oci.data_safe.models.
TemplateAssociationAnalyticsSummary
(**kwargs)¶ Bases:
object
The summary of template association analytics data.
Attributes
METRIC_NAME_TEMPLATE_ASSOCIATION_STATS
A constant which can be used with the metric_name property of a TemplateAssociationAnalyticsSummary. count
[Required] Gets the count of this TemplateAssociationAnalyticsSummary. dimensions
Gets the dimensions of this TemplateAssociationAnalyticsSummary. metric_name
[Required] Gets the metric_name of this TemplateAssociationAnalyticsSummary. Methods
__init__
(**kwargs)Initializes a new TemplateAssociationAnalyticsSummary object with values from keyword arguments. -
METRIC_NAME_TEMPLATE_ASSOCIATION_STATS
= 'TEMPLATE_ASSOCIATION_STATS'¶ A constant which can be used with the metric_name property of a TemplateAssociationAnalyticsSummary. This constant has a value of “TEMPLATE_ASSOCIATION_STATS”
-
__init__
(**kwargs)¶ Initializes a new TemplateAssociationAnalyticsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - metric_name (str) – The value to assign to the metric_name property of this TemplateAssociationAnalyticsSummary. Allowed values for this property are: “TEMPLATE_ASSOCIATION_STATS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- dimensions (oci.data_safe.models.TemplateAssociationAnalyticsDimensions) – The value to assign to the dimensions property of this TemplateAssociationAnalyticsSummary.
- count (int) – The value to assign to the count property of this TemplateAssociationAnalyticsSummary.
-
count
¶ [Required] Gets the count of this TemplateAssociationAnalyticsSummary. The total count for the aggregation metric.
Returns: The count of this TemplateAssociationAnalyticsSummary. Return type: int
-
dimensions
¶ Gets the dimensions of this TemplateAssociationAnalyticsSummary.
Returns: The dimensions of this TemplateAssociationAnalyticsSummary. Return type: oci.data_safe.models.TemplateAssociationAnalyticsDimensions
-
metric_name
¶ [Required] Gets the metric_name of this TemplateAssociationAnalyticsSummary. The name of the aggregation metric.
Allowed values for this property are: “TEMPLATE_ASSOCIATION_STATS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The metric_name of this TemplateAssociationAnalyticsSummary. Return type: str
-