Interface InstanceLifecycleReason.Code
- Enclosing class:
 InstanceLifecycleReason
public static interface InstanceLifecycleReason.Code
A reason code for this lifecycle state:
 - `failed_registration`: the instance's registration to Resource Controller has
   failed. Delete the instance and provision it again. If the problem persists,
   contact IBM Support.
 - `internal_error`: internal error (contact IBM support)
 - `pending_registration`: the instance's registration to Resource Controller is
   being processed.
 - `resource_suspended_by_provider`: The resource has been suspended (contact IBM
   support)
 The enumerated values for this property may
 [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
- 
Field Details
- 
FAILED_REGISTRATION
 - 
INTERNAL_ERROR
 - 
PENDING_REGISTRATION
 - 
RESOURCE_SUSPENDED_BY_PROVIDER
 
 -