queueable actions

This commit is contained in:
2025-04-07 12:15:54 +01:00
parent 9e826e5f18
commit ce8b201a1c
7 changed files with 168 additions and 50 deletions

View File

@@ -8,8 +8,8 @@ enum FirewallRuleStatus: string
{
use Arrayable;
case NOT_APPLIED = 'not-applied';
case APPLIED = 'applied';
case UNINSTALLED = 'uninstalled';
case INSTALLED = 'installed';
case FAILED = 'failed';
case REMOVED = 'removed';
}