Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogLifecycleState

The log object state. The states workflow is:

  1. CREATING Object is being created, backend service contacted.
  2. ACTIVE Logging is active.
  3. UPDATING Object configuration change requested, but the backend service has not confirmed the update.
  4. INACTIVE Logging is disabled.
  5. DELETING Log object is being deleted.

Enumeration members

Active

Active: = "ACTIVE"

Creating

Creating: = "CREATING"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

Inactive

Inactive: = "INACTIVE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Updating

Updating: = "UPDATING"

Functions

getDeserializedJsonObj

getJsonObj