Class: IControl::Common::IPHostType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/common.rb,
lib/icontrol/common.rb

Overview

An enumeration to indicate whether the entry is an IP address or a hostname.

Constant Summary collapse

IP_ADDRESS =

It’s an IP address.

:IP_ADDRESS
HOSTNAME =

It’s a hostname.

:HOSTNAME