MoveExecutionActionMemberDetails¶
-
class
oci.database.models.
MoveExecutionActionMemberDetails
(**kwargs)¶ Bases:
object
Request to move an execution action member to an execution action resource from another.
Methods
__init__
(**kwargs)Initializes a new MoveExecutionActionMemberDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this MoveExecutionActionMemberDetails. execution_action_member_count
Gets the execution_action_member_count of this MoveExecutionActionMemberDetails. execution_action_member_id
Gets the execution_action_member_id of this MoveExecutionActionMemberDetails. freeform_tags
Gets the freeform_tags of this MoveExecutionActionMemberDetails. source_execution_action_id
Gets the source_execution_action_id of this MoveExecutionActionMemberDetails. -
__init__
(**kwargs)¶ Initializes a new MoveExecutionActionMemberDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_execution_action_id (str) – The value to assign to the source_execution_action_id property of this MoveExecutionActionMemberDetails.
- execution_action_member_id (str) – The value to assign to the execution_action_member_id property of this MoveExecutionActionMemberDetails.
- execution_action_member_count (int) – The value to assign to the execution_action_member_count property of this MoveExecutionActionMemberDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MoveExecutionActionMemberDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MoveExecutionActionMemberDetails.
Gets the defined_tags of this MoveExecutionActionMemberDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this MoveExecutionActionMemberDetails. Return type: dict(str, dict(str, object))
-
execution_action_member_count
¶ Gets the execution_action_member_count of this MoveExecutionActionMemberDetails. The number of execution action member without ocids to be moved.
Returns: The execution_action_member_count of this MoveExecutionActionMemberDetails. Return type: int
-
execution_action_member_id
¶ Gets the execution_action_member_id of this MoveExecutionActionMemberDetails. The OCID of the execution action member to be moved.
Returns: The execution_action_member_id of this MoveExecutionActionMemberDetails. Return type: str
Gets the freeform_tags of this MoveExecutionActionMemberDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this MoveExecutionActionMemberDetails. Return type: dict(str, str)
-