@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 557 B
JavaScript
/** 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 var EasyFirewallLevelEnum;
(function (EasyFirewallLevelEnum) {
EasyFirewallLevelEnum["BlockAll"] = "BlockAll";
EasyFirewallLevelEnum["Disabled"] = "Disabled";
EasyFirewallLevelEnum["Normal"] = "Normal";
})(EasyFirewallLevelEnum || (EasyFirewallLevelEnum = {}));