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

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

Overview

Constant Summary collapse

PROFILE_CONTEXT_TYPE_ALL =

Profile applies to both client and server sides.

0
PROFILE_CONTEXT_TYPE_CLIENT =

Profile applies to the client side only.

1
PROFILE_CONTEXT_TYPE_SERVER =

Profile applies to the server side only.

2