QuarterlyUpgradeBeginTimes

class oci.fusion_apps.models.QuarterlyUpgradeBeginTimes(**kwargs)

Bases: object

Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment.

Attributes

OVERRIDE_TYPE_INHERITED A constant which can be used with the override_type property of a QuarterlyUpgradeBeginTimes.
OVERRIDE_TYPE_OVERRIDDEN A constant which can be used with the override_type property of a QuarterlyUpgradeBeginTimes.
begin_times_value Gets the begin_times_value of this QuarterlyUpgradeBeginTimes.
override_type Gets the override_type of this QuarterlyUpgradeBeginTimes.

Methods

__init__(**kwargs) Initializes a new QuarterlyUpgradeBeginTimes object with values from keyword arguments.
OVERRIDE_TYPE_INHERITED = 'INHERITED'

A constant which can be used with the override_type property of a QuarterlyUpgradeBeginTimes. This constant has a value of “INHERITED”

OVERRIDE_TYPE_OVERRIDDEN = 'OVERRIDDEN'

A constant which can be used with the override_type property of a QuarterlyUpgradeBeginTimes. This constant has a value of “OVERRIDDEN”

__init__(**kwargs)

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

Parameters:
  • override_type (str) – The value to assign to the override_type property of this QuarterlyUpgradeBeginTimes. Allowed values for this property are: “OVERRIDDEN”, “INHERITED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • begin_times_value (str) – The value to assign to the begin_times_value property of this QuarterlyUpgradeBeginTimes.
begin_times_value

Gets the begin_times_value of this QuarterlyUpgradeBeginTimes. The frequency and month when maintenance occurs for the Fusion environment.

Returns:The begin_times_value of this QuarterlyUpgradeBeginTimes.
Return type:str
override_type

Gets the override_type of this QuarterlyUpgradeBeginTimes. Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family.

Allowed values for this property are: “OVERRIDDEN”, “INHERITED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The override_type of this QuarterlyUpgradeBeginTimes.
Return type:str