Method: IControl::LocalLB::ProfileFastL4#mss_override

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

#mss_overrideProfileULong

Gets the MSS override values for this profile. If non-zero and less than the default value, this value overrides the maximum segment size.

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.



208
209
210
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 208

def mss_override
  super
end