System::VCMP::VCMPStatus

Introduced : BIG-IP_v11.0.0
A list of vCMP statuses. These reflect status after a state change (see VCMPGuestState).

Members

Member

Value

Description

VCMP_STATUS_UNKNOWN

0

Status is unknown (or is unsupported by iControl).

VCMP_STATUS_CREATED

1

vCMP guest has been created.

VCMP_STATUS_STOPPED

2

vCMP guest is provisioned but is not running.

VCMP_STATUS_WAIT_STARTING

3

vCMP guest is waiting for another start, vdisk migration or installation to complete.

VCMP_STATUS_STARTING

4

vCMP guest is in the process of spinning up.

VCMP_STATUS_RUNNING

5

vCMP guest is up and running.

VCMP_STATUS_STOPPING

6

vCMP guest is in the process of stopping.

VCMP_STATUS_INSTALLING

7

vCMP guest is installing to a virtual disk.

VCMP_STATUS_DELETED

8

vCMP guest has been marked as deleted.

VCMP_STATUS_FAILED

9

vCMP guest failed to reach desired state.

VCMP_STATUS_INACTIVE

10

vCMP guest is inactive (and is not allocated to run on this slot).

VCMP_STATUS_ACQUIRE_VDISK

11

vCMP guest is checking to see if a ready vdisk is available.

VCMP_STATUS_WAIT_INSTALL

12

vCMP guest is waiting for the software image to be available or for another start, vdisk migration or installation to complete.

VCMP_STATUS_WAIT_MIGRATE

13

vCMP guest is waiting for a remote vdisk to become ready for migration or is waiting for another vdisk migration or installation to complete.

VCMP_STATUS_MIGRATE_VDISK

14

vCMP guest is copying a vdisk from another slot.

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.