ActionGroupBasedUserActionDetails

class oci.fleet_apps_management.models.ActionGroupBasedUserActionDetails(**kwargs)

Bases: oci.fleet_apps_management.models.user_action_details.UserActionDetails

Details for a user action to be performed on an action group.

Attributes

ACTION_RESUME str(object=’’) -> str
ACTION_RETRY str(object=’’) -> str
LEVEL_ACTION_GROUP str(object=’’) -> str
LEVEL_STEP_NAME str(object=’’) -> str
action [Required] Gets the action of this UserActionDetails.
action_group_id [Required] Gets the action_group_id of this ActionGroupBasedUserActionDetails.
level [Required] Gets the level of this UserActionDetails.

Methods

__init__(**kwargs) Initializes a new ActionGroupBasedUserActionDetails 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.
ACTION_RESUME = 'RESUME'
ACTION_RETRY = 'RETRY'
LEVEL_ACTION_GROUP = 'ACTION_GROUP'
LEVEL_STEP_NAME = 'STEP_NAME'
__init__(**kwargs)

Initializes a new ActionGroupBasedUserActionDetails object with values from keyword arguments. The default value of the level attribute of this class is ACTION_GROUP and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • level (str) – The value to assign to the level property of this ActionGroupBasedUserActionDetails. Allowed values for this property are: “ACTION_GROUP”, “STEP_NAME”
  • action (str) – The value to assign to the action property of this ActionGroupBasedUserActionDetails. Allowed values for this property are: “RETRY”, “RESUME”
  • action_group_id (str) – The value to assign to the action_group_id property of this ActionGroupBasedUserActionDetails.
action

[Required] Gets the action of this UserActionDetails. Action to be Performed.

Allowed values for this property are: “RETRY”, “RESUME”

Returns:The action of this UserActionDetails.
Return type:str
action_group_id

[Required] Gets the action_group_id of this ActionGroupBasedUserActionDetails. Unique identifier for the action group.

Returns:The action_group_id of this ActionGroupBasedUserActionDetails.
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.

level

[Required] Gets the level of this UserActionDetails. User action based On.

Allowed values for this property are: “ACTION_GROUP”, “STEP_NAME”

Returns:The level of this UserActionDetails.
Return type:str