Management::EventNotification::EventDataType

Introduced : BIG-IP_v9.0
The EventDataType enum contains the supported data types in a valid notification message.

Members

Member

Value

Description

DATATYPE_BITS

0

A hexadecimal string representing a sequence of bits.

DATATYPE_BLOB

1

A string representing an opaque data blob.

DATATYPE_BOOL

2

a boolean type with valid values of 0 or 1.

DATATYPE_BYTE

3

16 bit short integer.

DATATYPE_DATE

4

A string represnting a date.

DATATYPE_IP_ADDRESS

5

A IPv4 or IPv6 address represented in string form.

DATATYPE_LONG

6

A 32 bit long integer.

DATATYPE_MAC

7

A string representing the mac address of a network interface.

DATATYPE_PTR

8

A hexadecimal string representing a pointer to a memory address.

DATATYPE_SERVICE

9

A 32 bit long.

DATATYPE_STRING

10

A string value.

DATATYPE_TAG

11

A string representing an internal schema tag.

DATATYPE_TIME

12

A string representing a time.

DATATYPE_ULONG

13

A 32 bit unsigned long integer.

DATATYPE_UWORD

14

A 16 bit unsigned word.

DATATYPE_UQUAD

15

A 64 bit unsigned long long integer.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.