Module: F5::Icontrol::LocalLB::ProfileType

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

Overview

Constant Summary collapse

PROFILE_TYPE_TCP =

The TCP profile.

0
PROFILE_TYPE_UDP =

The UDP profile.

1
PROFILE_TYPE_FTP =

The FTP profile.

2
PROFILE_TYPE_FAST_L4 =

The L4 translation profile.

3
PROFILE_TYPE_HTTP =

The HTTP profile.

4
PROFILE_TYPE_SERVER_SSL =

The server-side SSL profile.

5
PROFILE_TYPE_CLIENT_SSL =

The client-side SSL profile.

6
PROFILE_TYPE_AUTH =

The authorization profile.

7
PROFILE_TYPE_PERSISTENCE =

The persistence profile.

8
PROFILE_TYPE_CONNECTION_POOL =

The connection pool profile.

9
PROFILE_TYPE_STREAM =

The stream profile.

10
PROFILE_TYPE_XML =

The XML profile.

11
PROFILE_TYPE_FAST_HTTP =

The FastHTTP profile.

12
PROFILE_TYPE_IIOP =

The IIOP profile.

13
PROFILE_TYPE_RTSP =

The RTSP profile.

14
PROFILE_TYPE_STATISTICS =

The STATISTICS profile.

15
PROFILE_TYPE_HTTPCLASS =

The HTTP class profile.

16
PROFILE_TYPE_DNS =

The DNS profile.

17
PROFILE_TYPE_SCTP =

The SCTP profile.

18
PROFILE_TYPE_INSTANCE =

A loosely-typed profile.

19
PROFILE_TYPE_SIPP =

The SIP profile.

20
PROFILE_TYPE_HTTPCOMPRESSION =

The HTTP Compression profile.

21
PROFILE_TYPE_WEBACCELERATION =

The Web Acceleration profile.

22
PROFILE_TYPE_UNKNOWN =

Profile type is unknown (or is unsupported by iControl).

23
PROFILE_TYPE_RADIUS =

The RADIUS profile.

24
PROFILE_TYPE_DIAMETER =

The Diameter profile.

25