Class: IControl::System::Services::SSHAccess_v2
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Services::SSHAccess_v2
- Defined in:
- lib/icontrol/system/services.rb,
lib/icontrol/system/services.rb
Overview
A struct that contains information about SSH state and access settings Note: In addresses, "::“ means no access, and "ALL” means all access. The semantics for no access and all access are different than the previous SSHAccess interface.
Instance Attribute Summary collapse
-
#addresses ⇒ StringSequence
The addresses and address ranges allowed to access the device via SSH.
-
#state ⇒ IControl::Common::EnabledState
The state of the service, either ‘enable’ or ‘disable’.
Instance Attribute Details
#addresses ⇒ StringSequence
The addresses and address ranges allowed to access the device via SSH
179 180 181 |
# File 'lib/icontrol/system/services.rb', line 179 def addresses @addresses end |
#state ⇒ IControl::Common::EnabledState
The state of the service, either ‘enable’ or ‘disable’
179 180 181 |
# File 'lib/icontrol/system/services.rb', line 179 def state @state end |