Method: IControl::LocalLB::ProfileFastL4#set_ip_fragment_reassemble_state

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

#set_ip_fragment_reassemble_state(opts) ⇒ Object

Sets the IP fragment reassembly states for this profile. If true, reassemble the IP fragments.

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.



434
435
436
437
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 434

def set_ip_fragment_reassemble_state(opts)
  opts = check_params(opts,[:states])
  super(opts)
end