DayBasedVerticalScalingScheduleDetails

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

Bases: oci.bds.models.vertical_scaling_schedule_details.VerticalScalingScheduleDetails

Details of day based vertical scaling schedule.

Methods

__init__(**kwargs) Initializes a new DayBasedVerticalScalingScheduleDetails 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 VerticalScalingScheduleDetails.
time_and_vertical_scaling_config Gets the time_and_vertical_scaling_config of this DayBasedVerticalScalingScheduleDetails.
__init__(**kwargs)

Initializes a new DayBasedVerticalScalingScheduleDetails 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 DayBasedVerticalScalingScheduleDetails.
  • time_and_vertical_scaling_config (list[oci.bds.models.TimeAndVerticalScalingConfig]) – The value to assign to the time_and_vertical_scaling_config property of this DayBasedVerticalScalingScheduleDetails.
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 VerticalScalingScheduleDetails. The type of schedule.

Returns:The schedule_type of this VerticalScalingScheduleDetails.
Return type:str
time_and_vertical_scaling_config

Gets the time_and_vertical_scaling_config of this DayBasedVerticalScalingScheduleDetails. Time of day and vertical scaling configuration

Returns:The time_and_vertical_scaling_config of this DayBasedVerticalScalingScheduleDetails.
Return type:list[oci.bds.models.TimeAndVerticalScalingConfig]