Class: IControl::Networking::SelfIPPortLockdown::ProtocolPort
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::SelfIPPortLockdown::ProtocolPort
- Defined in:
- lib/icontrol/networking/self_ip_port_lockdown.rb,
lib/icontrol/networking/self_ip_port_lockdown.rb
Overview
A structure that defines protocol / port combination.
Instance Attribute Summary collapse
-
#port ⇒ Numeric
The port for which access is allowed.
-
#protocol ⇒ IControl::Common::ProtocolType
The protocol on which access is allowed.
Instance Attribute Details
#port ⇒ Numeric
The port for which access is allowed.
99 100 101 |
# File 'lib/icontrol/networking/self_ip_port_lockdown.rb', line 99 def port @port end |
#protocol ⇒ IControl::Common::ProtocolType
The protocol on which access is allowed.
99 100 101 |
# File 'lib/icontrol/networking/self_ip_port_lockdown.rb', line 99 def protocol @protocol end |