Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerLifecycleReason.Code
-
- Enclosing class:
- BareMetalServerLifecycleReason
public static interface BareMetalServerLifecycleReason.Code
A reason code for this lifecycle state: - `internal_error`: internal error (contact IBM support) - `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
INTERNAL_ERROR
internal_error.static String
RESOURCE_SUSPENDED_BY_PROVIDER
resource_suspended_by_provider.
-
-
-
Field Detail
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- 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
-
-