MetricDimensionDefinition¶
-
class
oci.database_management.models.
MetricDimensionDefinition
(**kwargs)¶ Bases:
object
The metric dimension details.
Methods
__init__
(**kwargs)Initializes a new MetricDimensionDefinition object with values from keyword arguments. Attributes
dimension_name
Gets the dimension_name of this MetricDimensionDefinition. dimension_value
Gets the dimension_value of this MetricDimensionDefinition. -
__init__
(**kwargs)¶ Initializes a new MetricDimensionDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - dimension_name (str) – The value to assign to the dimension_name property of this MetricDimensionDefinition.
- dimension_value (str) – The value to assign to the dimension_value property of this MetricDimensionDefinition.
-
dimension_name
¶ Gets the dimension_name of this MetricDimensionDefinition. The name of the dimension.
Returns: The dimension_name of this MetricDimensionDefinition. Return type: str
-
dimension_value
¶ Gets the dimension_value of this MetricDimensionDefinition. The value of the dimension.
Returns: The dimension_value of this MetricDimensionDefinition. Return type: str
-