Enum WorkRequestResourceActionType
The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively.
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public enum WorkRequestResourceActionType
Fields
| Name | Description |
|---|---|
| Accepted | |
| Created | |
| Deleted | |
| Disabled | |
| Enabled | |
| Failed | |
| InProgress | |
| Related | |
| UnknownEnumValue | |
| Updated |