Package com.ibm.cloud.is.vpc.v1.model
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 Summary
Fields Modifier and Type Field Description static String
FAILED_REGISTRATION
failed_registration.static String
INTERNAL_ERROR
internal_error.static String
PENDING_REGISTRATION
pending_registration.static String
RESOURCE_SUSPENDED_BY_PROVIDER
resource_suspended_by_provider.
-
-
-
Field Detail
-
FAILED_REGISTRATION
static final String FAILED_REGISTRATION
failed_registration.- See Also:
- Constant Field Values
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- See Also:
- Constant Field Values
-
PENDING_REGISTRATION
static final String PENDING_REGISTRATION
pending_registration.- See Also:
- Constant Field Values
-
RESOURCE_SUSPENDED_BY_PROVIDER
static final String RESOURCE_SUSPENDED_BY_PROVIDER
resource_suspended_by_provider.- See Also:
- Constant Field Values
-
-