UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 455 B
/** Level of the Firewall ( BlockAll will block all connections, Normal will block all incoming connections except those in PortMapping and let go all outgoing connections , Disabled will disable all the Firewall and let all incoming or outgoing connections pass through ) */ export declare enum EasyFirewallLevelEnum { 'BlockAll' = "BlockAll", 'Disabled' = "Disabled", 'Normal' = "Normal" } //# sourceMappingURL=EasyFirewallLevelEnum.d.ts.map