ExecutionActionMember

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

Bases: object

The action member details.

Methods

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

Attributes

estimated_time_in_mins Gets the estimated_time_in_mins of this ExecutionActionMember.
member_id [Required] Gets the member_id of this ExecutionActionMember.
member_order [Required] Gets the member_order of this ExecutionActionMember.
status Gets the status of this ExecutionActionMember.
total_time_taken_in_mins Gets the total_time_taken_in_mins of this ExecutionActionMember.
__init__(**kwargs)

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

Parameters:
  • member_order (int) – The value to assign to the member_order property of this ExecutionActionMember.
  • member_id (str) – The value to assign to the member_id property of this ExecutionActionMember.
  • status (str) – The value to assign to the status property of this ExecutionActionMember.
  • estimated_time_in_mins (int) – The value to assign to the estimated_time_in_mins property of this ExecutionActionMember.
  • total_time_taken_in_mins (int) – The value to assign to the total_time_taken_in_mins property of this ExecutionActionMember.
estimated_time_in_mins

Gets the estimated_time_in_mins of this ExecutionActionMember. The estimated time of the execution action member in minutes.

Returns:The estimated_time_in_mins of this ExecutionActionMember.
Return type:int
member_id

[Required] Gets the member_id of this ExecutionActionMember. The OCID of the parent resource the execution action belongs to.

Returns:The member_id of this ExecutionActionMember.
Return type:str
member_order

[Required] Gets the member_order of this ExecutionActionMember. The priority order of the execution action member.

Returns:The member_order of this ExecutionActionMember.
Return type:int
status

Gets the status of this ExecutionActionMember. The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum: - SCHEDULED - IN_PROGRESS - FAILED - CANCELED - DURATION_EXCEEDED - RESCHEDULED - SUCCEEDED

Returns:The status of this ExecutionActionMember.
Return type:str
total_time_taken_in_mins

Gets the total_time_taken_in_mins of this ExecutionActionMember. The total time taken by corresponding resource activity in minutes.

Returns:The total_time_taken_in_mins of this ExecutionActionMember.
Return type:int