<?php namespace App\Enums; final class FirewallRuleStatus { const CREATING = 'creating'; const READY = 'ready'; const DELETING = 'deleting'; }