Method: IControl::LocalLB::ProfileFastL4#set_tcp_timestamp_mode

Defined in:
lib/icontrol/local_lb/profile_fast_l4.rb

#set_tcp_timestamp_mode(opts) ⇒ Object

Sets the TCP timestamp options for this profile.

Parameters:

  • opts (Hash)

Options Hash (opts):

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.



669
670
671
672
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 669

def set_tcp_timestamp_mode(opts)
  opts = check_params(opts,[:modes])
  super(opts)
end