Class: IControl::System::Services::SSHAccess

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#addressesStringSequence

The addresses and address ranges allowed to access the device via SSH

Returns:

  • (StringSequence)

    the current value of addresses



168
169
170
# File 'lib/icontrol/system/services.rb', line 168

def addresses
  @addresses
end

#stateIControl::Common::EnabledState

The state of the service, either ‘enable’ or ‘disable’

Returns:



168
169
170
# File 'lib/icontrol/system/services.rb', line 168

def state
  @state
end