Method: IControl::Networking::STPGlobals#set_hello_time

Defined in:
lib/icontrol/networking/stp_globals.rb

#set_hello_timeObject

Sets the hello time, which is the time interval in seconds between the periodic transmissions that communicate spanning tree information to the adjacent bridges in the network. The default valu is 2 seconds, and the valid range is 1-10 seconds.

Raises:

  • (IControl::IControl::Common::AccessDenied)

    raised if the client credentials are not valid.

  • (IControl::IControl::Common::InvalidArgument)

    raised if one of the arguments is invalid.

  • (IControl::IControl::Common::OperationFailed)

    raised if an operation error occurs.



168
169
170
# File 'lib/icontrol/networking/stp_globals.rb', line 168

def set_hello_time
  super
end