Class: Cucloud::VpcUtils::PROTOCOL

Inherits:
Object
  • Object
show all
Defined in:
lib/cucloud/vpc_utils.rb

Overview

Define utility class to hold protocol constants see http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

Constant Summary collapse

ICMP =

Protocl number for ICMP

'1'.freeze
TCP =

Protocl number for TCP

'6'.freeze
UDP =

Protocl number for UDP

'17'.freeze
ALL =

Protocl number that denotes the use of all protocols

'-1'.freeze