MetricDimension¶
-
class
oci.management_agent.models.
MetricDimension
(**kwargs)¶ Bases:
object
Metric Dimension item in name/value pair
Methods
__init__
(**kwargs)Initializes a new MetricDimension object with values from keyword arguments. Attributes
name
[Required] Gets the name of this MetricDimension. value
[Required] Gets the value of this MetricDimension. -
__init__
(**kwargs)¶ Initializes a new MetricDimension object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this MetricDimension.
- value (str) – The value to assign to the value property of this MetricDimension.
-
name
¶ [Required] Gets the name of this MetricDimension. Name of the metric dimension
Returns: The name of this MetricDimension. Return type: str
-
value
¶ [Required] Gets the value of this MetricDimension. Value of the metric dimension
Returns: The value of this MetricDimension. Return type: str
-