ManagedComputeClusterCustomMetricExpressionRule

class oci.data_science.models.ManagedComputeClusterCustomMetricExpressionRule(**kwargs)

Bases: oci.data_science.models.managed_compute_cluster_metric_expression_rule.ManagedComputeClusterMetricExpressionRule

A custom Monitoring Query Language (MQL) expression for triggering an autoscaling action on the managed compute cluster type compute target .

Attributes

METRIC_EXPRESSION_RULE_TYPE_CUSTOM_EXPRESSION str(object=’’) -> str
METRIC_EXPRESSION_RULE_TYPE_PREDEFINED_EXPRESSION str(object=’’) -> str
metric_expression_rule_type [Required] Gets the metric_expression_rule_type of this ManagedComputeClusterMetricExpressionRule.
scale_in_configuration [Required] Gets the scale_in_configuration of this ManagedComputeClusterCustomMetricExpressionRule.
scale_out_configuration [Required] Gets the scale_out_configuration of this ManagedComputeClusterCustomMetricExpressionRule.

Methods

__init__(**kwargs) Initializes a new ManagedComputeClusterCustomMetricExpressionRule object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
METRIC_EXPRESSION_RULE_TYPE_CUSTOM_EXPRESSION = 'CUSTOM_EXPRESSION'
METRIC_EXPRESSION_RULE_TYPE_PREDEFINED_EXPRESSION = 'PREDEFINED_EXPRESSION'
__init__(**kwargs)

Initializes a new ManagedComputeClusterCustomMetricExpressionRule object with values from keyword arguments. The default value of the metric_expression_rule_type attribute of this class is CUSTOM_EXPRESSION and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

metric_expression_rule_type

[Required] Gets the metric_expression_rule_type of this ManagedComputeClusterMetricExpressionRule. The metric expression for creating the alarm used to trigger autoscaling actions on the managed compute cluster type compute target .

Allowed values for this property are: “PREDEFINED_EXPRESSION”, “CUSTOM_EXPRESSION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The metric_expression_rule_type of this ManagedComputeClusterMetricExpressionRule.
Return type:str
scale_in_configuration

[Required] Gets the scale_in_configuration of this ManagedComputeClusterCustomMetricExpressionRule.

Returns:The scale_in_configuration of this ManagedComputeClusterCustomMetricExpressionRule.
Return type:oci.data_science.models.ManagedComputeClusterCustomExpressionQueryScalingConfiguration
scale_out_configuration

[Required] Gets the scale_out_configuration of this ManagedComputeClusterCustomMetricExpressionRule.

Returns:The scale_out_configuration of this ManagedComputeClusterCustomMetricExpressionRule.
Return type:oci.data_science.models.ManagedComputeClusterCustomExpressionQueryScalingConfiguration