ScheduleBasedVerticalScalingPolicyDetails¶
-
class
oci.bds.models.
ScheduleBasedVerticalScalingPolicyDetails
(**kwargs)¶ Bases:
oci.bds.models.auto_scale_policy_details.AutoScalePolicyDetails
Details of a schedule based vertical autoscaling policy.
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.
Attributes
ACTION_TYPE_HORIZONTAL_SCALING
str(object=’’) -> str ACTION_TYPE_VERTICAL_SCALING
str(object=’’) -> str POLICY_TYPE_METRIC_BASED_HORIZONTAL_SCALING_POLICY
str(object=’’) -> str POLICY_TYPE_METRIC_BASED_VERTICAL_SCALING_POLICY
str(object=’’) -> str POLICY_TYPE_SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY
str(object=’’) -> str POLICY_TYPE_SCHEDULE_BASED_VERTICAL_SCALING_POLICY
str(object=’’) -> str TRIGGER_TYPE_METRIC_BASED
str(object=’’) -> str TRIGGER_TYPE_SCHEDULE_BASED
str(object=’’) -> str action_type
[Required] Gets the action_type of this AutoScalePolicyDetails. policy_type
[Required] Gets the policy_type of this AutoScalePolicyDetails. schedule_details
Gets the schedule_details of this ScheduleBasedVerticalScalingPolicyDetails. timezone
Gets the timezone of this ScheduleBasedVerticalScalingPolicyDetails. trigger_type
[Required] Gets the trigger_type of this AutoScalePolicyDetails. Methods
__init__
(**kwargs)Initializes a new ScheduleBasedVerticalScalingPolicyDetails 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. -
ACTION_TYPE_HORIZONTAL_SCALING
= 'HORIZONTAL_SCALING'¶
-
ACTION_TYPE_VERTICAL_SCALING
= 'VERTICAL_SCALING'¶
-
POLICY_TYPE_METRIC_BASED_HORIZONTAL_SCALING_POLICY
= 'METRIC_BASED_HORIZONTAL_SCALING_POLICY'¶
-
POLICY_TYPE_METRIC_BASED_VERTICAL_SCALING_POLICY
= 'METRIC_BASED_VERTICAL_SCALING_POLICY'¶
-
POLICY_TYPE_SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY
= 'SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY'¶
-
POLICY_TYPE_SCHEDULE_BASED_VERTICAL_SCALING_POLICY
= 'SCHEDULE_BASED_VERTICAL_SCALING_POLICY'¶
-
TRIGGER_TYPE_METRIC_BASED
= 'METRIC_BASED'¶
-
TRIGGER_TYPE_SCHEDULE_BASED
= 'SCHEDULE_BASED'¶
-
__init__
(**kwargs)¶ Initializes a new ScheduleBasedVerticalScalingPolicyDetails object with values from keyword arguments. The default value of the
policy_type
attribute of this class isSCHEDULE_BASED_VERTICAL_SCALING_POLICY
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - policy_type (str) – The value to assign to the policy_type property of this ScheduleBasedVerticalScalingPolicyDetails. 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”
- trigger_type (str) – The value to assign to the trigger_type property of this ScheduleBasedVerticalScalingPolicyDetails. Allowed values for this property are: “METRIC_BASED”, “SCHEDULE_BASED”
- action_type (str) – The value to assign to the action_type property of this ScheduleBasedVerticalScalingPolicyDetails. Allowed values for this property are: “VERTICAL_SCALING”, “HORIZONTAL_SCALING”
- timezone (str) – The value to assign to the timezone property of this ScheduleBasedVerticalScalingPolicyDetails.
- schedule_details (list[oci.bds.models.VerticalScalingScheduleDetails]) – The value to assign to the schedule_details property of this ScheduleBasedVerticalScalingPolicyDetails.
-
action_type
¶ [Required] Gets the action_type of this AutoScalePolicyDetails. The type of autoscaling action to take.
Allowed values for this property are: “VERTICAL_SCALING”, “HORIZONTAL_SCALING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action_type of this AutoScalePolicyDetails. Return type: str
-
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.
-
policy_type
¶ [Required] Gets the policy_type of this AutoScalePolicyDetails. Type of autoscaling policy.
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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The policy_type of this AutoScalePolicyDetails. Return type: str
-
schedule_details
¶ Gets the schedule_details of this ScheduleBasedVerticalScalingPolicyDetails. Details of a vertical scaling schedule.
Returns: The schedule_details of this ScheduleBasedVerticalScalingPolicyDetails. Return type: list[oci.bds.models.VerticalScalingScheduleDetails]
-
timezone
¶ Gets the timezone of this ScheduleBasedVerticalScalingPolicyDetails. The time zone of the execution schedule, in IANA time zone database name format
Returns: The timezone of this ScheduleBasedVerticalScalingPolicyDetails. Return type: str
-
trigger_type
¶ [Required] Gets the trigger_type of this AutoScalePolicyDetails. The type of autoscaling trigger.
Allowed values for this property are: “METRIC_BASED”, “SCHEDULE_BASED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The trigger_type of this AutoScalePolicyDetails. Return type: str
-