Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LifecycleState

Common lifecycle states for resources in data catalog: CREATING - The resource is being created and may not be usable until the entire metadata is defined. UPDATING - The resource is being updated and may not be usable until all changes are commited. DELETING - The resource is being deleted and might require deep cleanup of children. ACTIVE - The resource is valid and available for access. INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons. DELETED - The resource has been deleted and isn't available. FAILED - The resource is in a failed state due to validation or other errors. MOVING - The resource is being moved to another compartment (action changeCompartment)

Enumeration members

Active

Active: = "ACTIVE"

Creating

Creating: = "CREATING"

Deleted

Deleted: = "DELETED"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

Inactive

Inactive: = "INACTIVE"

Moving

Moving: = "MOVING"

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