MonthlyRuleFrequencyDetails¶
-
class
oci.data_integration.models.
MonthlyRuleFrequencyDetails
(**kwargs)¶ Bases:
oci.data_integration.models.abstract_frequency_details.AbstractFrequencyDetails
Frequency Details model for monthly frequency based on week of month and day of week.
Attributes
DAY_OF_WEEK_FRIDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_MONDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_SATURDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_SUNDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_THURSDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_TUESDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. DAY_OF_WEEK_WEDNESDAY
A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. FREQUENCY_CUSTOM
str(object=’’) -> str FREQUENCY_DAILY
str(object=’’) -> str FREQUENCY_HOURLY
str(object=’’) -> str FREQUENCY_MONTHLY
str(object=’’) -> str FREQUENCY_WEEKLY
str(object=’’) -> str MODEL_TYPE_CUSTOM
str(object=’’) -> str MODEL_TYPE_DAILY
str(object=’’) -> str MODEL_TYPE_HOURLY
str(object=’’) -> str MODEL_TYPE_MONTHLY
str(object=’’) -> str MODEL_TYPE_MONTHLY_RULE
str(object=’’) -> str MODEL_TYPE_WEEKLY
str(object=’’) -> str WEEK_OF_MONTH_FIFTH
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. WEEK_OF_MONTH_FIRST
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. WEEK_OF_MONTH_FOURTH
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. WEEK_OF_MONTH_LAST
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. WEEK_OF_MONTH_SECOND
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. WEEK_OF_MONTH_THIRD
A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. day_of_week
Gets the day_of_week of this MonthlyRuleFrequencyDetails. frequency
Gets the frequency of this AbstractFrequencyDetails. interval
Gets the interval of this MonthlyRuleFrequencyDetails. model_type
[Required] Gets the model_type of this AbstractFrequencyDetails. time
Gets the time of this MonthlyRuleFrequencyDetails. week_of_month
Gets the week_of_month of this MonthlyRuleFrequencyDetails. Methods
__init__
(**kwargs)Initializes a new MonthlyRuleFrequencyDetails 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. -
DAY_OF_WEEK_FRIDAY
= 'FRIDAY'¶ A constant which can be used with the day_of_week property of a MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. 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 MonthlyRuleFrequencyDetails. This constant has a value of “WEDNESDAY”
-
FREQUENCY_CUSTOM
= 'CUSTOM'¶
-
FREQUENCY_DAILY
= 'DAILY'¶
-
FREQUENCY_HOURLY
= 'HOURLY'¶
-
FREQUENCY_MONTHLY
= 'MONTHLY'¶
-
FREQUENCY_WEEKLY
= 'WEEKLY'¶
-
MODEL_TYPE_CUSTOM
= 'CUSTOM'¶
-
MODEL_TYPE_DAILY
= 'DAILY'¶
-
MODEL_TYPE_HOURLY
= 'HOURLY'¶
-
MODEL_TYPE_MONTHLY
= 'MONTHLY'¶
-
MODEL_TYPE_MONTHLY_RULE
= 'MONTHLY_RULE'¶
-
MODEL_TYPE_WEEKLY
= 'WEEKLY'¶
-
WEEK_OF_MONTH_FIFTH
= 'FIFTH'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “FIFTH”
-
WEEK_OF_MONTH_FIRST
= 'FIRST'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “FIRST”
-
WEEK_OF_MONTH_FOURTH
= 'FOURTH'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “FOURTH”
-
WEEK_OF_MONTH_LAST
= 'LAST'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “LAST”
-
WEEK_OF_MONTH_SECOND
= 'SECOND'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “SECOND”
-
WEEK_OF_MONTH_THIRD
= 'THIRD'¶ A constant which can be used with the week_of_month property of a MonthlyRuleFrequencyDetails. This constant has a value of “THIRD”
-
__init__
(**kwargs)¶ Initializes a new MonthlyRuleFrequencyDetails object with values from keyword arguments. The default value of the
model_type
attribute of this class isMONTHLY_RULE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_type (str) – The value to assign to the model_type property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: “HOURLY”, “DAILY”, “MONTHLY”, “WEEKLY”, “MONTHLY_RULE”, “CUSTOM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- frequency (str) – The value to assign to the frequency property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: “HOURLY”, “DAILY”, “MONTHLY”, “WEEKLY”, “CUSTOM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- week_of_month (str) – The value to assign to the week_of_month property of this MonthlyRuleFrequencyDetails. Allowed values for this property are: “FIRST”, “SECOND”, “THIRD”, “FOURTH”, “FIFTH”, “LAST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- interval (int) – The value to assign to the interval property of this MonthlyRuleFrequencyDetails.
- time (oci.data_integration.models.Time) – The value to assign to the time property of this MonthlyRuleFrequencyDetails.
- day_of_week (str) – The value to assign to the day_of_week property of this MonthlyRuleFrequencyDetails. 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
¶ Gets the day_of_week of this MonthlyRuleFrequencyDetails. This holds the day of the week on which the schedule should be triggered.
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 MonthlyRuleFrequencyDetails. Return type: str
-
frequency
¶ Gets the frequency of this AbstractFrequencyDetails. the frequency of the schedule.
Allowed values for this property are: “HOURLY”, “DAILY”, “MONTHLY”, “WEEKLY”, “CUSTOM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The frequency of this AbstractFrequencyDetails. Return type: str
-
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.
-
interval
¶ Gets the interval of this MonthlyRuleFrequencyDetails. This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
Returns: The interval of this MonthlyRuleFrequencyDetails. Return type: int
-
model_type
¶ [Required] Gets the model_type of this AbstractFrequencyDetails. The type of the model
Allowed values for this property are: “HOURLY”, “DAILY”, “MONTHLY”, “WEEKLY”, “MONTHLY_RULE”, “CUSTOM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this AbstractFrequencyDetails. Return type: str
-
time
¶ Gets the time of this MonthlyRuleFrequencyDetails.
Returns: The time of this MonthlyRuleFrequencyDetails. Return type: oci.data_integration.models.Time
-
week_of_month
¶ Gets the week_of_month of this MonthlyRuleFrequencyDetails. This holds the week of the month in which the schedule should be triggered.
Allowed values for this property are: “FIRST”, “SECOND”, “THIRD”, “FOURTH”, “FIFTH”, “LAST”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The week_of_month of this MonthlyRuleFrequencyDetails. Return type: str
-