File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/bds/models/metric_based_vertical_scaling_policy_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20190531 from .auto_scale_policy_details import AutoScalePolicyDetails from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class MetricBasedVerticalScalingPolicyDetails(AutoScalePolicyDetails): """ Details of a metric based vertical autoscaling policy. In a metric-based autoscaling policy, an autoscaling action is triggered when a performance metric exceeds a threshold. """ def __init__(self, **kwargs): """ Initializes a new MetricBasedVerticalScalingPolicyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.bds.models.MetricBasedVerticalScalingPolicyDetails.policy_type` attribute of this class is ``METRIC_BASED_VERTICAL_SCALING_POLICY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param policy_type: The value to assign to the policy_type property of this MetricBasedVerticalScalingPolicyDetails. Allowed values for this property are: "METRIC_BASED_VERTICAL_SCALING_POLICY", "METRIC_BASED_HORIZONTAL_SCALING_POLICY", "SCHEDULE_BASED_VERTICAL_SCALING_POLICY", "SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY" :type policy_type: str :param trigger_type: The value to assign to the trigger_type property of this MetricBasedVerticalScalingPolicyDetails. Allowed values for this property are: "METRIC_BASED", "SCHEDULE_BASED" :type trigger_type: str :param action_type: The value to assign to the action_type property of this MetricBasedVerticalScalingPolicyDetails. Allowed values for this property are: "VERTICAL_SCALING", "HORIZONTAL_SCALING" :type action_type: str :param scale_up_config: The value to assign to the scale_up_config property of this MetricBasedVerticalScalingPolicyDetails. :type scale_up_config: oci.bds.models.MetricBasedVerticalScaleUpConfig :param scale_down_config: The value to assign to the scale_down_config property of this MetricBasedVerticalScalingPolicyDetails. :type scale_down_config: oci.bds.models.MetricBasedVerticalScaleDownConfig """ self.swagger_types = { 'policy_type': 'str', 'trigger_type': 'str', 'action_type': 'str', 'scale_up_config': 'MetricBasedVerticalScaleUpConfig', 'scale_down_config': 'MetricBasedVerticalScaleDownConfig' } self.attribute_map = { 'policy_type': 'policyType', 'trigger_type': 'triggerType', 'action_type': 'actionType', 'scale_up_config': 'scaleUpConfig', 'scale_down_config': 'scaleDownConfig' } self._policy_type = None self._trigger_type = None self._action_type = None self._scale_up_config = None self._scale_down_config = None self._policy_type = 'METRIC_BASED_VERTICAL_SCALING_POLICY' @property def scale_up_config(self): """ Gets the scale_up_config of this MetricBasedVerticalScalingPolicyDetails. :return: The scale_up_config of this MetricBasedVerticalScalingPolicyDetails. :rtype: oci.bds.models.MetricBasedVerticalScaleUpConfig """ return self._scale_up_config @scale_up_config.setter def scale_up_config(self, scale_up_config): """ Sets the scale_up_config of this MetricBasedVerticalScalingPolicyDetails. :param scale_up_config: The scale_up_config of this MetricBasedVerticalScalingPolicyDetails. :type: oci.bds.models.MetricBasedVerticalScaleUpConfig """ self._scale_up_config = scale_up_config @property def scale_down_config(self): """ Gets the scale_down_config of this MetricBasedVerticalScalingPolicyDetails. :return: The scale_down_config of this MetricBasedVerticalScalingPolicyDetails. :rtype: oci.bds.models.MetricBasedVerticalScaleDownConfig """ return self._scale_down_config @scale_down_config.setter def scale_down_config(self, scale_down_config): """ Sets the scale_down_config of this MetricBasedVerticalScalingPolicyDetails. :param scale_down_config: The scale_down_config of this MetricBasedVerticalScalingPolicyDetails. :type: oci.bds.models.MetricBasedVerticalScaleDownConfig """ self._scale_down_config = scale_down_config def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings