Module: F5::Icontrol::LocalLB::ProfileContextType

Defined in:
lib/f5/icontrol/locallb/profile_context_type.rb

Overview

Constant Summary collapse

PROFILE_CONTEXT_TYPE_ALL =

Profile applies to both client and server sides.

EnumItem.new('PROFILE_CONTEXT_TYPE_ALL', '0')
PROFILE_CONTEXT_TYPE_CLIENT =

Profile applies to the client side only.

EnumItem.new('PROFILE_CONTEXT_TYPE_CLIENT', '1')
PROFILE_CONTEXT_TYPE_SERVER =

Profile applies to the server side only.

EnumItem.new('PROFILE_CONTEXT_TYPE_SERVER', '2')