CreateBaselineableMetricDetails¶
-
class
oci.stack_monitoring.models.
CreateBaselineableMetricDetails
(**kwargs)¶ Bases:
object
Summary for the baseline-able metric
Methods
__init__
(**kwargs)Initializes a new CreateBaselineableMetricDetails object with values from keyword arguments. Attributes
column
[Required] Gets the column of this CreateBaselineableMetricDetails. compartment_id
[Required] Gets the compartment_id of this CreateBaselineableMetricDetails. name
Gets the name of this CreateBaselineableMetricDetails. namespace
[Required] Gets the namespace of this CreateBaselineableMetricDetails. resource_group
Gets the resource_group of this CreateBaselineableMetricDetails. resource_type
Gets the resource_type of this CreateBaselineableMetricDetails. -
__init__
(**kwargs)¶ Initializes a new CreateBaselineableMetricDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateBaselineableMetricDetails.
- name (str) – The value to assign to the name property of this CreateBaselineableMetricDetails.
- column (str) – The value to assign to the column property of this CreateBaselineableMetricDetails.
- namespace (str) – The value to assign to the namespace property of this CreateBaselineableMetricDetails.
- resource_group (str) – The value to assign to the resource_group property of this CreateBaselineableMetricDetails.
- resource_type (str) – The value to assign to the resource_type property of this CreateBaselineableMetricDetails.
-
column
¶ [Required] Gets the column of this CreateBaselineableMetricDetails. metric column name
Returns: The column of this CreateBaselineableMetricDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateBaselineableMetricDetails. OCID of the compartment
Returns: The compartment_id of this CreateBaselineableMetricDetails. Return type: str
-
name
¶ Gets the name of this CreateBaselineableMetricDetails. name of the metric
Returns: The name of this CreateBaselineableMetricDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this CreateBaselineableMetricDetails. namespace of the metric
Returns: The namespace of this CreateBaselineableMetricDetails. Return type: str
-
resource_group
¶ Gets the resource_group of this CreateBaselineableMetricDetails. Resource group of the metric
Returns: The resource_group of this CreateBaselineableMetricDetails. Return type: str
-
resource_type
¶ Gets the resource_type of this CreateBaselineableMetricDetails. Resource type of the metric
Returns: The resource_type of this CreateBaselineableMetricDetails. Return type: str
-