UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 479 B
/** Possible values for FlowggerConfigurationLogFormatEnum */ export var FlowggerConfigurationLogFormatEnum; (function (FlowggerConfigurationLogFormatEnum) { FlowggerConfigurationLogFormatEnum["CAPNP"] = "CAPNP"; FlowggerConfigurationLogFormatEnum["GELF"] = "GELF"; FlowggerConfigurationLogFormatEnum["LTSV"] = "LTSV"; FlowggerConfigurationLogFormatEnum["RFC5424"] = "RFC5424"; })(FlowggerConfigurationLogFormatEnum || (FlowggerConfigurationLogFormatEnum = {}));