DayBasedHorizontalScalingScheduleDetails

class oci.bds.models.DayBasedHorizontalScalingScheduleDetails(**kwargs)

Bases: oci.bds.models.horizontal_scaling_schedule_details.HorizontalScalingScheduleDetails

Details of day based horizontal scaling schedule.

Methods

__init__(**kwargs) Initializes a new DayBasedHorizontalScalingScheduleDetails 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.

Attributes

schedule_type Gets the schedule_type of this HorizontalScalingScheduleDetails.
time_and_horizontal_scaling_config Gets the time_and_horizontal_scaling_config of this DayBasedHorizontalScalingScheduleDetails.
__init__(**kwargs)

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

Parameters:
  • schedule_type (str) – The value to assign to the schedule_type property of this DayBasedHorizontalScalingScheduleDetails.
  • time_and_horizontal_scaling_config (list[oci.bds.models.TimeAndHorizontalScalingConfig]) – The value to assign to the time_and_horizontal_scaling_config property of this DayBasedHorizontalScalingScheduleDetails.
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.

schedule_type

Gets the schedule_type of this HorizontalScalingScheduleDetails. The type of schedule.

Returns:The schedule_type of this HorizontalScalingScheduleDetails.
Return type:str
time_and_horizontal_scaling_config

Gets the time_and_horizontal_scaling_config of this DayBasedHorizontalScalingScheduleDetails. Time of day and horizontal scaling configuration.

Returns:The time_and_horizontal_scaling_config of this DayBasedHorizontalScalingScheduleDetails.
Return type:list[oci.bds.models.TimeAndHorizontalScalingConfig]