Show / Hide Table of Contents

Enum 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)

Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum LifecycleState

Fields

Name Description
Active
Creating
Deleted
Deleting
Failed
Inactive
Moving
UnknownEnumValue
Updating
In this article
Back to top