Management::DeviceGroup::MemberState

Introduced : BIG-IP_v11.4.0
An enum of device group member states.

Members

Member

Value

Description

MEMBER_STATE_UNKNOWN

0

Device is disconnected from the device group, or status cannot be determined for some other reason.

MEMBER_STATE_SYNCING

1

Device is joining the device group, is inconsistent with the group, or has requested changes from the group.

MEMBER_STATE_NEED_MANUAL_SYNC

2

Changes have been made on the device that have not yet been synchronized to the device group.

MEMBER_STATE_IN_SYNC

3

Device is consistent with the device group.

MEMBER_STATE_SYNC_FAILED

4

Device is inconsistent with the device group and user intervention is required to restore consistency.

MEMBER_STATE_SYNC_DISCONNECTED

5

Device is not connected to other members of the device group.

MEMBER_STATE_STANDALONE

6

Device is in a standalone configuration.

MEMBER_STATE_AWAITING_INITIAL_SYNC

7

Device is waiting for the first load of configuration in the device group.

MEMBER_STATE_INCOMPATIBLE_VERSION

8

Device is running a version of TMOS incompatible with that running on other members of the device group.

MEMBER_STATE_PARTIAL_SYNC

9

Some devices in the group have not yet received the last sync.


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.