Method: IControl::LocalLB::ProfileFastL4#ip_fragment_reassemble_state

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

#ip_fragment_reassemble_stateProfileEnabledState

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

Returns:

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.



106
107
108
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 106

def ip_fragment_reassemble_state
  super
end