MetricPropertySummary

class oci.oci_control_center.models.MetricPropertySummary(**kwargs)

Bases: object

A summary of the properties that define a metric.

Methods

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

Attributes

dimensions Gets the dimensions of this MetricPropertySummary.
metric_name [Required] Gets the metric_name of this MetricPropertySummary.
__init__(**kwargs)

Initializes a new MetricPropertySummary 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 MetricPropertySummary.
  • dimensions (dict(str, DimensionValue)) – The value to assign to the dimensions property of this MetricPropertySummary.
dimensions

Gets the dimensions of this MetricPropertySummary. Qualifiers provided in a metric definition. Available dimensions vary by metric namespace.

Returns:The dimensions of this MetricPropertySummary.
Return type:dict(str, DimensionValue)
metric_name

[Required] Gets the metric_name of this MetricPropertySummary. The name of the metric.

Returns:The metric_name of this MetricPropertySummary.
Return type:str