node-ovh-ts
Version:
OVH API wrapper library for TypeScript
4 lines (2 loc) • 622 B
TypeScript
type OvertheboxConfigurationFirewallProtocolEnum = 'ah' | 'all' | 'ax.25' | 'dccp' | 'ddp' | 'egp' | 'eigrp' | 'encap' | 'esp' | 'etherip' | 'fc' | 'ggp' | 'gre' | 'hmp' | 'hopopt' | 'icmp' | 'idpr-cmtp' | 'idrp' | 'igmp' | 'igp' | 'ip' | 'ip-encap' | 'ipcomp' | 'ipip' | 'ipsec-ah' | 'ipsec-esp' | 'ipv6' | 'ipv6-frag' | 'ipv6-icmp' | 'ipv6-nonxt' | 'ipv6-opts' | 'ipv6-route' | 'isis' | 'iso-tp4' | 'l2tp' | 'ospfigp' | 'pim' | 'pup' | 'rdp' | 'rspf' | 'rsvp' | 'sctp' | 'skip' | 'st' | 'tcp' | 'tcpudp' | 'udp' | 'udplite' | 'vmtp' | 'vrrp' | 'xns-idp' | 'xtp';
export { OvertheboxConfigurationFirewallProtocolEnum };