RecommendedScheduledActionSummary¶
-
class
oci.database.models.
RecommendedScheduledActionSummary
(**kwargs)¶ Bases:
object
Details of the scheduled action that is used in getRecommendedScheduledActions.
Attributes
ACTION_TYPE_DB_SERVER_FULL_SOFTWARE_UPDATE
A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. ACTION_TYPE_NETWORK_SWITCH_FULL_SOFTWARE_UPDATE
A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. ACTION_TYPE_STORAGE_SERVER_FULL_SOFTWARE_UPDATE
A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. action_members
Gets the action_members of this RecommendedScheduledActionSummary. action_order
[Required] Gets the action_order of this RecommendedScheduledActionSummary. action_params
Gets the action_params of this RecommendedScheduledActionSummary. action_type
[Required] Gets the action_type of this RecommendedScheduledActionSummary. display_name
Gets the display_name of this RecommendedScheduledActionSummary. estimated_time_in_mins
Gets the estimated_time_in_mins of this RecommendedScheduledActionSummary. scheduling_window_id
[Required] Gets the scheduling_window_id of this RecommendedScheduledActionSummary. Methods
__init__
(**kwargs)Initializes a new RecommendedScheduledActionSummary object with values from keyword arguments. -
ACTION_TYPE_DB_SERVER_FULL_SOFTWARE_UPDATE
= 'DB_SERVER_FULL_SOFTWARE_UPDATE'¶ A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. This constant has a value of “DB_SERVER_FULL_SOFTWARE_UPDATE”
-
ACTION_TYPE_NETWORK_SWITCH_FULL_SOFTWARE_UPDATE
= 'NETWORK_SWITCH_FULL_SOFTWARE_UPDATE'¶ A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. This constant has a value of “NETWORK_SWITCH_FULL_SOFTWARE_UPDATE”
-
ACTION_TYPE_STORAGE_SERVER_FULL_SOFTWARE_UPDATE
= 'STORAGE_SERVER_FULL_SOFTWARE_UPDATE'¶ A constant which can be used with the action_type property of a RecommendedScheduledActionSummary. This constant has a value of “STORAGE_SERVER_FULL_SOFTWARE_UPDATE”
-
__init__
(**kwargs)¶ Initializes a new RecommendedScheduledActionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - action_order (int) – The value to assign to the action_order property of this RecommendedScheduledActionSummary.
- action_type (str) – The value to assign to the action_type property of this RecommendedScheduledActionSummary. Allowed values for this property are: “DB_SERVER_FULL_SOFTWARE_UPDATE”, “STORAGE_SERVER_FULL_SOFTWARE_UPDATE”, “NETWORK_SWITCH_FULL_SOFTWARE_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this RecommendedScheduledActionSummary.
- scheduling_window_id (str) – The value to assign to the scheduling_window_id property of this RecommendedScheduledActionSummary.
- estimated_time_in_mins (int) – The value to assign to the estimated_time_in_mins property of this RecommendedScheduledActionSummary.
- action_members (list[oci.database.models.ActionMember]) – The value to assign to the action_members property of this RecommendedScheduledActionSummary.
- action_params (dict(str, str)) – The value to assign to the action_params property of this RecommendedScheduledActionSummary.
-
action_members
¶ Gets the action_members of this RecommendedScheduledActionSummary. The list of action members in a scheduled action.
Returns: The action_members of this RecommendedScheduledActionSummary. Return type: list[oci.database.models.ActionMember]
-
action_order
¶ [Required] Gets the action_order of this RecommendedScheduledActionSummary. The order of the scheduled action.
Returns: The action_order of this RecommendedScheduledActionSummary. Return type: int
-
action_params
¶ Gets the action_params of this RecommendedScheduledActionSummary. Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {“count”: “3”}
Returns: The action_params of this RecommendedScheduledActionSummary. Return type: dict(str, str)
-
action_type
¶ [Required] Gets the action_type of this RecommendedScheduledActionSummary. The type of the scheduled action being performed
Allowed values for this property are: “DB_SERVER_FULL_SOFTWARE_UPDATE”, “STORAGE_SERVER_FULL_SOFTWARE_UPDATE”, “NETWORK_SWITCH_FULL_SOFTWARE_UPDATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action_type of this RecommendedScheduledActionSummary. Return type: str
-
display_name
¶ Gets the display_name of this RecommendedScheduledActionSummary. Description of the scheduled action being performed, i.e. apply full update to DB Servers 1,2,3,4.
Returns: The display_name of this RecommendedScheduledActionSummary. Return type: str
-
estimated_time_in_mins
¶ Gets the estimated_time_in_mins of this RecommendedScheduledActionSummary. The estimated patching time in minutes for the entire scheduled action.
Returns: The estimated_time_in_mins of this RecommendedScheduledActionSummary. Return type: int
-
scheduling_window_id
¶ [Required] Gets the scheduling_window_id of this RecommendedScheduledActionSummary. The id of the scheduling window this scheduled action belongs to.
Returns: The scheduling_window_id of this RecommendedScheduledActionSummary. Return type: str
-