ManagedSoftwareUpdateDayOfWeek¶
-
class
oci.database.models.ManagedSoftwareUpdateDayOfWeek(**kwargs)¶ Bases:
objectDay of the week.
Attributes
DAY_OF_WEEK_FRIDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_MONDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_SATURDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_SUNDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_THURSDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_TUESDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. DAY_OF_WEEK_WEDNESDAYA constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. day_of_week[Required] Gets the day_of_week of this ManagedSoftwareUpdateDayOfWeek. Methods
__init__(**kwargs)Initializes a new ManagedSoftwareUpdateDayOfWeek object with values from keyword arguments. -
DAY_OF_WEEK_FRIDAY= 'FRIDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “FRIDAY”
-
DAY_OF_WEEK_MONDAY= 'MONDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “MONDAY”
-
DAY_OF_WEEK_SATURDAY= 'SATURDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “SATURDAY”
-
DAY_OF_WEEK_SUNDAY= 'SUNDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “SUNDAY”
-
DAY_OF_WEEK_THURSDAY= 'THURSDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “THURSDAY”
-
DAY_OF_WEEK_TUESDAY= 'TUESDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “TUESDAY”
-
DAY_OF_WEEK_WEDNESDAY= 'WEDNESDAY'¶ A constant which can be used with the day_of_week property of a ManagedSoftwareUpdateDayOfWeek. This constant has a value of “WEDNESDAY”
-
__init__(**kwargs)¶ Initializes a new ManagedSoftwareUpdateDayOfWeek object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: day_of_week (str) – The value to assign to the day_of_week property of this ManagedSoftwareUpdateDayOfWeek. Allowed values for this property are: “SUNDAY”, “MONDAY”, “TUESDAY”, “WEDNESDAY”, “THURSDAY”, “FRIDAY”, “SATURDAY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
day_of_week¶ [Required] Gets the day_of_week of this ManagedSoftwareUpdateDayOfWeek. Day of the week.
Allowed values for this property are: “SUNDAY”, “MONDAY”, “TUESDAY”, “WEDNESDAY”, “THURSDAY”, “FRIDAY”, “SATURDAY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The day_of_week of this ManagedSoftwareUpdateDayOfWeek. Return type: str
-