Class: IControl::System::Services::SSHAccess
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Services::SSHAccess
- Defined in:
- lib/icontrol/system/services.rb,
lib/icontrol/system/services.rb
Overview
Note: This structure is deprecated; please use SSHAccess_v2 in new applications. A struct that contains information about SSH state and access settings Note: as of v9.4.2, we have added "NONE“ to this interface; as an address it means no access. Also please note that this interface has represented and still represents ALL access as "::”. On the BIG-IP itself (as shown in the GUI, CLI, and db variables, v9.4.2 changed "::“ to mean no access (returned here as NONE), and the word "ALL” means all access (still returned with this interface as "::“).
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
168 169 170 |
# File 'lib/icontrol/system/services.rb', line 168 def addresses @addresses end |
#state ⇒ IControl::Common::EnabledState
The state of the service, either ‘enable’ or ‘disable’
168 169 170 |
# File 'lib/icontrol/system/services.rb', line 168 def state @state end |