Class: IControl::GlobalLB::Monitor::StrPropertyType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/global_lb/monitor.rb,
lib/icontrol/global_lb/monitor.rb

Overview

A list of monitor template’s string property types.

Constant Summary collapse

STYPE_UNSET =

The string property type is unknown.

:STYPE_UNSET
STYPE_SEND =

The string property type used to change a string value of a template (TCP, HTTP, HTTPS).

:STYPE_SEND
STYPE_GET =

The string property type used to change a string value of a template (HTTP, HTTPS, FTP).

:STYPE_GET
STYPE_RECEIVE =

The string property type used to change a string value of a template (TCP, HTTP, HTTPS).

:STYPE_RECEIVE
STYPE_USERNAME =

The string property type used to change a string value of a template (HTTP, HTTPS, NNTP, FTP, POP3 , SQL, IMAP, RADIUS, RADIUS_ACCOUNTING, LDAP, WMI).

:STYPE_USERNAME
STYPE_PASSWORD =

The string property type used to change a string value of a template (HTTP, HTTPS, NNTP, FTP, POP3 , SQL, IMAP, RADIUS, LDAP, WMI).

:STYPE_PASSWORD
STYPE_RUN =

The string property type used to change a string value of a template (EXTERNAL).

:STYPE_RUN
STYPE_NEWSGROUP =

The string property type used to change a string value of a template (NNTP).

:STYPE_NEWSGROUP
STYPE_DATABASE =

The string property type used to change a string value of a template (SQL).

:STYPE_DATABASE
STYPE_DOMAIN =

The string property type used to change a string value of a template (SMTP).

:STYPE_DOMAIN
STYPE_ARGUMENTS =

The string property type used to change a string value of a template (EXTERNAL).

:STYPE_ARGUMENTS
STYPE_FOLDER =

The string property type used to change a string value of a template (IMAP).

:STYPE_FOLDER
STYPE_BASE =

The string property type used to change a string value of a template (LDAP).

:STYPE_BASE
STYPE_FILTER =

The string property type used to change a string value of a template (LDAP).

:STYPE_FILTER
STYPE_SECRET =

The string property type used to change a string value of a template (RADIUS, RADIUS_ACCOUNTING).

:STYPE_SECRET
STYPE_METHOD =

The string property type used to change a string value of a template (WMI, REAL_SERVER).

:STYPE_METHOD
STYPE_URL =

The string property type used to change a string value of a template (WMI).

:STYPE_URL
STYPE_COMMAND =

The string property type used to change a string value of a template (WMI, REAL_SERVER).

:STYPE_COMMAND
STYPE_METRICS =

The string property type used to change a string value of a template (WMI, REAL_SERVER).

:STYPE_METRICS
STYPE_POST =

The string property type used to change a string value of a template (WMI).

:STYPE_POST
STYPE_USERAGENT =

The string property type used to change a string value of a template (WMI, REAL_SERVER).

:STYPE_USERAGENT
STYPE_AGENT_TYPE =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_AGENT_TYPE
STYPE_CPU_COEFFICIENT =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_CPU_COEFFICIENT
STYPE_CPU_THRESHOLD =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_CPU_THRESHOLD
STYPE_MEMORY_COEFFICIENT =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_MEMORY_COEFFICIENT
STYPE_MEMORY_THRESHOLD =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_MEMORY_THRESHOLD
STYPE_DISK_COEFFICIENT =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_DISK_COEFFICIENT
STYPE_DISK_THRESHOLD =

The string property type used to change a string value of a template (SNMP_DCA).

:STYPE_DISK_THRESHOLD
STYPE_SNMP_VERSION =

The string property type used to change a string value of a template (SNMP_DCA, SNMP_DCA_BASE).

:STYPE_SNMP_VERSION
STYPE_COMMUNITY =

The string property type used to change a string value of a template (SNMP_DCA, SNMP_DCA_BASE).

:STYPE_COMMUNITY
STYPE_SEND_PACKETS =

The string property type used to change a string value of a template (UDP).

:STYPE_SEND_PACKETS
STYPE_TIMEOUT_PACKETS =

The string property type used to change a string value of a template (UDP).

:STYPE_TIMEOUT_PACKETS
STYPE_RECEIVE_DRAIN =

The string property type used to disable new sessions upon a match (also known as “receive disable”).

:STYPE_RECEIVE_DRAIN
STYPE_RECEIVE_ROW =

The string property type used in database template.

:STYPE_RECEIVE_ROW
STYPE_RECEIVE_COLUMN =

The string property type used in database template.

:STYPE_RECEIVE_COLUMN
STYPE_DEBUG =

The string property type used to enable EAV logging.

:STYPE_DEBUG
STYPE_SECURITY =

The string property type used in LDAP template.

:STYPE_SECURITY
STYPE_MODE =

The string property type used to indicate UDP’s passive mode or port.

:STYPE_MODE
STYPE_CIPHER_LIST =

The string property type used to represent the HTTPS cipher list.

:STYPE_CIPHER_LIST
STYPE_NAMESPACE =

The string property type used to represent the namespace used in the SOAP template.

:STYPE_NAMESPACE
STYPE_PARAMETER_NAME =

The string property type used to represent the method’s parameter name used in the SOAP template.

:STYPE_PARAMETER_NAME
STYPE_PARAMETER_VALUE =

The string property type used to represent the method’s parameter value used in the SOAP template.

:STYPE_PARAMETER_VALUE
STYPE_PARAMETER_TYPE =

The string property type used to represent the method’s parameter type used in the SOAP template.

:STYPE_PARAMETER_TYPE
STYPE_RETURN_TYPE =

The string property type used to represent the return type used in the SOAP template.

:STYPE_RETURN_TYPE
STYPE_RETURN_VALUE =

The string property type used to represent the return value used in the SOAP template.

:STYPE_RETURN_VALUE
STYPE_SOAP_FAULT =

The string property type used to represent the soap fault used in the SOAP template.

:STYPE_SOAP_FAULT
STYPE_SSL_OPTIONS =

The string property type used to represent the HTTPS compatibility mode.

:STYPE_SSL_OPTIONS
STYPE_CLIENT_CERTIFICATE =

The string property type used to represent the HTTPS certificate filename.

:STYPE_CLIENT_CERTIFICATE
STYPE_PROTOCOL =

The string property type used to represent the protocol.

:STYPE_PROTOCOL
STYPE_MANDATORY_ATTRS =

The string property type used by the LDAP monitor.

:STYPE_MANDATORY_ATTRS
STYPE_FILENAME =

The string property type used by the Scripted monitor.

:STYPE_FILENAME
STYPE_ACCOUNTING_NODE =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_ACCOUNTING_NODE
STYPE_ACCOUNTING_PORT =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_ACCOUNTING_PORT
STYPE_SERVER_ID =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_SERVER_ID
STYPE_CALL_ID =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_CALL_ID
STYPE_SESSION_ID =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_SESSION_ID
STYPE_FRAMED_ADDRESS =

The string property type used by the WAP monitor for RADIUS accounting.

:STYPE_FRAMED_ADDRESS
STYPE_SNMP_PORT =

The string property type used by the SNMP_GTM and SNMP_LINK monitors.

:STYPE_SNMP_PORT
STYPE_AGGREGATE_DYNAMIC_RATIOS =

The string property type used by the BIGIP monitor.

:STYPE_AGGREGATE_DYNAMIC_RATIOS
STYPE_DB_COUNT =

String property type used by the database monitors to determine how to treat the database connection (0 - keep open forever, >0 - keep open for that many monitor instances (1 - close every time)

:STYPE_DB_COUNT
STYPE_NAS_IP =

String property for the NAP IP address used for monitoring RADIUS and RADIUS_ACCOUNTING monitors

:STYPE_NAS_IP
STYPE_CLIENT_KEY =

String property for the client key filename for monitoring HTTPS and SIP monitors

:STYPE_CLIENT_KEY
STYPE_MAX_LOAD_AVERAGE =

String property for the maximum load average for monitoring Firepass servers

:STYPE_MAX_LOAD_AVERAGE
STYPE_CONCURRENCY_LIMIT =

String property for the concurrency limit for monitoring Firepass servers

:STYPE_CONCURRENCY_LIMIT
STYPE_FILTER_NEG =

String property for the negative response filter for monitoring SIP servers

:STYPE_FILTER_NEG
STYPE_REQUEST =

String property for the request for monitoring SIP servers

:STYPE_REQUEST
STYPE_HEADERS =

String property for the headers for monitoring SIP servers

:STYPE_HEADERS
STYPE_DIAMETER_ACCT_APPLICATION_ID =

Diameter monitor string property for the ID of the Accounting portion of a Diameter application, advertising its support. If specified, the Auth-Application-Id must be specified also, and the Vendor-Specific-Acct-Application-Id must not be specified. (default: 0)

:STYPE_DIAMETER_ACCT_APPLICATION_ID
STYPE_DIAMETER_AUTH_APPLICATION_ID =

Diameter monitor string property for the ID of the Authentication and Authorization portion of a Diameter application, advertising its support. If specified, the Acct-Application-Id must be specified also, and the Vendor-Specific-Auth-Application-Id must not be specified. (default: 0)

:STYPE_DIAMETER_AUTH_APPLICATION_ID
STYPE_DIAMETER_ORIGIN_HOST =

Diameter monitor string property for the IP address of the Diameter message originator. (default: none)

:STYPE_DIAMETER_ORIGIN_HOST
STYPE_DIAMETER_ORIGIN_REALM =

Diameter monitor string property for the Realm of the Diameter message originator. (default: f5.com)

:STYPE_DIAMETER_ORIGIN_REALM
STYPE_DIAMETER_HOST_IP_ADDRESS =

Diameter monitor string property for the sender’s IP address, used for Diameter peer discovery. (default: none)

:STYPE_DIAMETER_HOST_IP_ADDRESS
STYPE_DIAMETER_VENDOR_ID =

Diameter monitor string property for the IANA SMI Network Management Private Enterprise Codes value assigned to the vendor of the Diameter application. (default: 0)

:STYPE_DIAMETER_VENDOR_ID
STYPE_DIAMETER_PRODUCT_NAME =

Diameter monitor string property for the vendor assigned name for the Diameter application. The Product-Name SHOULD remain constant across firmware revisions for the same product. (default: F5 BIGIP Diameter Health Monitoring)

:STYPE_DIAMETER_PRODUCT_NAME
STYPE_DIAMETER_VENDOR_SPECIFIC_VENDOR_ID =

Diameter monitor string property for the ID for a vendor-specific Diameter application, advertising its support. (default: 0)

:STYPE_DIAMETER_VENDOR_SPECIFIC_VENDOR_ID
STYPE_DIAMETER_VENDOR_SPECIFIC_ACCT_APPLICATION_ID =

Diameter monitor string property for the ID of the vendor-specific Accounting portion of a Diameter application, advertising its support. If specified, the Vendor-Specific-Auth-Application-Id must also be specified, and Acct-Application-Id must not be specified. (default: 0)

:STYPE_DIAMETER_VENDOR_SPECIFIC_ACCT_APPLICATION_ID
STYPE_DIAMETER_VENDOR_SPECIFIC_AUTH_APPLICATION_ID =

Diameter monitor string property for the ID of the vendor-specific Authentication and Authorization portion of a Diameter application, advertising its support. If specified, Vendor-Specific-Acct-Application-Id must also be specified, and Auth-Application-Id must not be specfied. (default: 0)

:STYPE_DIAMETER_VENDOR_SPECIFIC_AUTH_APPLICATION_ID