CloudAutomationFreezePeriod

class oci.database.models.CloudAutomationFreezePeriod(**kwargs)

Bases: object

Enables a freeze period for the VM cluster prohibiting the VMs from getting cloud automation software updates during critical business cycles. Freeze period start date. Starts at 12:00 AM UTC on the selected date and ends at 11:59:59 PM UTC on the selected date. Validates to ensure the freeze period does not exceed 45 days.

Methods

__init__(**kwargs) Initializes a new CloudAutomationFreezePeriod object with values from keyword arguments.

Attributes

freeze_period_end_time Gets the freeze_period_end_time of this CloudAutomationFreezePeriod.
freeze_period_start_time Gets the freeze_period_start_time of this CloudAutomationFreezePeriod.
__init__(**kwargs)

Initializes a new CloudAutomationFreezePeriod object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • freeze_period_start_time (str) – The value to assign to the freeze_period_start_time property of this CloudAutomationFreezePeriod.
  • freeze_period_end_time (str) – The value to assign to the freeze_period_end_time property of this CloudAutomationFreezePeriod.
freeze_period_end_time

Gets the freeze_period_end_time of this CloudAutomationFreezePeriod. End time of the freeze period cycle.

Returns:The freeze_period_end_time of this CloudAutomationFreezePeriod.
Return type:str
freeze_period_start_time

Gets the freeze_period_start_time of this CloudAutomationFreezePeriod. Start time of the freeze period cycle.

Returns:The freeze_period_start_time of this CloudAutomationFreezePeriod.
Return type:str