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)
-
- (StringSequence) addresses
The addresses and address ranges allowed to access the device via SSH.
-
- (IControl::Common::EnabledState) state
The state of the service, either 'enable' or 'disable'.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (StringSequence) addresses
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 |
- (IControl::Common::EnabledState) state
The state of the service, either 'enable' or 'disable'
179 180 181 |
# File 'lib/icontrol/system/services.rb', line 179 def state @state end |