field name consistency

This commit is contained in:
2025-04-07 16:28:27 +01:00
parent 1e7d023b09
commit 32d30e00aa
7 changed files with 14 additions and 8 deletions

View File

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