Sha256: 89755cfc75c194f533269609f711ecb2a7559fd3e497c471612ed95fd3e6d75e
Contents?: true
Size: 509 Bytes
Versions: 8
Compression:
Stored size: 509 Bytes
Contents
module F5 module Icontrol module LocalLB # https://devcentral.f5.com/wiki/iControl.LocalLB__ProfileContextType.ashx # A list of profile context types. module ProfileContextType # Profile applies to both client and server sides. PROFILE_CONTEXT_TYPE_ALL = 0 # Profile applies to the client side only. PROFILE_CONTEXT_TYPE_CLIENT = 1 # Profile applies to the server side only. PROFILE_CONTEXT_TYPE_SERVER = 2 end end end end
Version data entries
8 entries across 4 versions & 1 rubygems