Interface InstanceGroup.Status
- Enclosing class:
InstanceGroup
public static interface InstanceGroup.Status
The status of the instance group
- `deleting`: Group is being deleted
- `healthy`: Group has `membership_count` instances
- `scaling`: Instances in the group are being created or deleted to reach
`membership_count`
- `unhealthy`: Group is unable to reach `membership_count` instances
The enumerated values for this property may
[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Field Summary
Fields
-
Field Details
-
DELETING
-
HEALTHY
-
SCALING
-
UNHEALTHY
-