UpdateScheduledActionDetails

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

Bases: object

Describes the modification parameters for the Scheduled Action.

Methods

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

Attributes

action_members Gets the action_members of this UpdateScheduledActionDetails.
action_params Gets the action_params of this UpdateScheduledActionDetails.
scheduling_window_id Gets the scheduling_window_id of this UpdateScheduledActionDetails.
__init__(**kwargs)

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

Parameters:
  • action_params (dict(str, str)) – The value to assign to the action_params property of this UpdateScheduledActionDetails.
  • action_members (list[oci.database.models.ActionMember]) – The value to assign to the action_members property of this UpdateScheduledActionDetails.
  • scheduling_window_id (str) – The value to assign to the scheduling_window_id property of this UpdateScheduledActionDetails.
action_members

Gets the action_members of this UpdateScheduledActionDetails. The list of action members in a scheduled action.

Returns:The action_members of this UpdateScheduledActionDetails.
Return type:list[oci.database.models.ActionMember]
action_params

Gets the action_params of this UpdateScheduledActionDetails. Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {“count”: “3”}

Returns:The action_params of this UpdateScheduledActionDetails.
Return type:dict(str, str)
scheduling_window_id

Gets the scheduling_window_id of this UpdateScheduledActionDetails. The OCID of the Scheduling Window.

Returns:The scheduling_window_id of this UpdateScheduledActionDetails.
Return type:str