RollbackWorkflowDetails¶
-
class
oci.fleet_apps_management.models.
RollbackWorkflowDetails
(**kwargs)¶ Bases:
object
Rollback Workflow details.
Attributes
SCOPE_ACTION_GROUP
A constant which can be used with the scope property of a RollbackWorkflowDetails. SCOPE_TARGET
A constant which can be used with the scope property of a RollbackWorkflowDetails. scope
[Required] Gets the scope of this RollbackWorkflowDetails. workflow
[Required] Gets the workflow of this RollbackWorkflowDetails. Methods
__init__
(**kwargs)Initializes a new RollbackWorkflowDetails object with values from keyword arguments. -
SCOPE_ACTION_GROUP
= 'ACTION_GROUP'¶ A constant which can be used with the scope property of a RollbackWorkflowDetails. This constant has a value of “ACTION_GROUP”
-
SCOPE_TARGET
= 'TARGET'¶ A constant which can be used with the scope property of a RollbackWorkflowDetails. This constant has a value of “TARGET”
-
__init__
(**kwargs)¶ Initializes a new RollbackWorkflowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scope (str) – The value to assign to the scope property of this RollbackWorkflowDetails. Allowed values for this property are: “ACTION_GROUP”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- workflow (list[oci.fleet_apps_management.models.WorkflowGroup]) – The value to assign to the workflow property of this RollbackWorkflowDetails.
-
scope
¶ [Required] Gets the scope of this RollbackWorkflowDetails. rollback Scope
Allowed values for this property are: “ACTION_GROUP”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The scope of this RollbackWorkflowDetails. Return type: str
-
workflow
¶ [Required] Gets the workflow of this RollbackWorkflowDetails. Rollback Workflow for the runbook.
Returns: The workflow of this RollbackWorkflowDetails. Return type: list[oci.fleet_apps_management.models.WorkflowGroup]
-