UpdateBaselineableMetricDetails¶
-
class
oci.stack_monitoring.models.
UpdateBaselineableMetricDetails
(**kwargs)¶ Bases:
object
Summary for the baseline-able metric
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a UpdateBaselineableMetricDetails. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a UpdateBaselineableMetricDetails. column
[Required] Gets the column of this UpdateBaselineableMetricDetails. compartment_id
Gets the compartment_id of this UpdateBaselineableMetricDetails. defined_tags
Gets the defined_tags of this UpdateBaselineableMetricDetails. freeform_tags
Gets the freeform_tags of this UpdateBaselineableMetricDetails. id
[Required] Gets the id of this UpdateBaselineableMetricDetails. is_out_of_box
[Required] Gets the is_out_of_box of this UpdateBaselineableMetricDetails. lifecycle_state
Gets the lifecycle_state of this UpdateBaselineableMetricDetails. name
[Required] Gets the name of this UpdateBaselineableMetricDetails. namespace
[Required] Gets the namespace of this UpdateBaselineableMetricDetails. resource_group
[Required] Gets the resource_group of this UpdateBaselineableMetricDetails. resource_type
Gets the resource_type of this UpdateBaselineableMetricDetails. system_tags
Gets the system_tags of this UpdateBaselineableMetricDetails. tenancy_id
Gets the tenancy_id of this UpdateBaselineableMetricDetails. Methods
__init__
(**kwargs)Initializes a new UpdateBaselineableMetricDetails object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a UpdateBaselineableMetricDetails. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a UpdateBaselineableMetricDetails. This constant has a value of “DELETED”
-
__init__
(**kwargs)¶ Initializes a new UpdateBaselineableMetricDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this UpdateBaselineableMetricDetails.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateBaselineableMetricDetails. Allowed values for this property are: “ACTIVE”, “DELETED”
- tenancy_id (str) – The value to assign to the tenancy_id property of this UpdateBaselineableMetricDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this UpdateBaselineableMetricDetails.
- name (str) – The value to assign to the name property of this UpdateBaselineableMetricDetails.
- column (str) – The value to assign to the column property of this UpdateBaselineableMetricDetails.
- namespace (str) – The value to assign to the namespace property of this UpdateBaselineableMetricDetails.
- resource_group (str) – The value to assign to the resource_group property of this UpdateBaselineableMetricDetails.
- resource_type (str) – The value to assign to the resource_type property of this UpdateBaselineableMetricDetails.
- is_out_of_box (bool) – The value to assign to the is_out_of_box property of this UpdateBaselineableMetricDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBaselineableMetricDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBaselineableMetricDetails.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this UpdateBaselineableMetricDetails.
-
column
¶ [Required] Gets the column of this UpdateBaselineableMetricDetails. metric column name
Returns: The column of this UpdateBaselineableMetricDetails. Return type: str
-
compartment_id
¶ Gets the compartment_id of this UpdateBaselineableMetricDetails. OCID of the compartment
Returns: The compartment_id of this UpdateBaselineableMetricDetails. Return type: str
Gets the defined_tags of this UpdateBaselineableMetricDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateBaselineableMetricDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateBaselineableMetricDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateBaselineableMetricDetails. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this UpdateBaselineableMetricDetails. OCID of the metric
Returns: The id of this UpdateBaselineableMetricDetails. Return type: str
-
is_out_of_box
¶ [Required] Gets the is_out_of_box of this UpdateBaselineableMetricDetails. Is the metric created out of box, default false
Returns: The is_out_of_box of this UpdateBaselineableMetricDetails. Return type: bool
-
lifecycle_state
¶ Gets the lifecycle_state of this UpdateBaselineableMetricDetails. The current lifecycle state of the metric extension
Allowed values for this property are: “ACTIVE”, “DELETED”
Returns: The lifecycle_state of this UpdateBaselineableMetricDetails. Return type: str
-
name
¶ [Required] Gets the name of this UpdateBaselineableMetricDetails. name of the metric
Returns: The name of this UpdateBaselineableMetricDetails. Return type: str
-
namespace
¶ [Required] Gets the namespace of this UpdateBaselineableMetricDetails. namespace of the metric
Returns: The namespace of this UpdateBaselineableMetricDetails. Return type: str
-
resource_group
¶ [Required] Gets the resource_group of this UpdateBaselineableMetricDetails. Resource group of the metric
Returns: The resource_group of this UpdateBaselineableMetricDetails. Return type: str
-
resource_type
¶ Gets the resource_type of this UpdateBaselineableMetricDetails. Resource type of the metric
Returns: The resource_type of this UpdateBaselineableMetricDetails. Return type: str
Gets the system_tags of this UpdateBaselineableMetricDetails. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this UpdateBaselineableMetricDetails. Return type: dict(str, dict(str, object))
-
tenancy_id
¶ Gets the tenancy_id of this UpdateBaselineableMetricDetails. OCID of the tenancy
Returns: The tenancy_id of this UpdateBaselineableMetricDetails. Return type: str
-