Class: IControl::Networking::SelfIPPortLockdown::SelfIPAccess
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::SelfIPPortLockdown::SelfIPAccess
- Defined in:
- lib/icontrol/networking/self_ip_port_lockdown.rb,
lib/icontrol/networking/self_ip_port_lockdown.rb
Overview
A structure that defines the access mode for the specified self IP.
Instance Attribute Summary collapse
-
#mode ⇒ IControl::Networking::SelfIPPortLockdown::AllowMode
The access mode for the self IP.
-
#protocol_ports ⇒ IControl::Networking::SelfIPPortLockdown::ProtocolPortSequence
The list of protocols/ports for which access is allowed.
-
#self_ip ⇒ String
The self IP address.
Instance Attribute Details
#mode ⇒ IControl::Networking::SelfIPPortLockdown::AllowMode
The access mode for the self IP.
109 110 111 |
# File 'lib/icontrol/networking/self_ip_port_lockdown.rb', line 109 def mode @mode end |
#protocol_ports ⇒ IControl::Networking::SelfIPPortLockdown::ProtocolPortSequence
The list of protocols/ports for which access is allowed.
109 110 111 |
# File 'lib/icontrol/networking/self_ip_port_lockdown.rb', line 109 def protocol_ports @protocol_ports end |
#self_ip ⇒ String
The self IP address.
109 110 111 |
# File 'lib/icontrol/networking/self_ip_port_lockdown.rb', line 109 def self_ip @self_ip end |