Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceGroupMembership.Status
-
- Enclosing class:
- InstanceGroupMembership
public static interface InstanceGroupMembership.Status
The status of the instance group membership - `deleting`: Membership is deleting dependent resources - `failed`: Membership was unable to maintain dependent resources - `healthy`: Membership is active and serving in the group - `pending`: Membership is waiting for dependent resources - `unhealthy`: Membership has unhealthy dependent resources The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
HEALTHY
static final String HEALTHY
healthy.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
UNHEALTHY
static final String UNHEALTHY
unhealthy.- See Also:
- Constant Field Values
-
-