Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
HEALTHY
static final String HEALTHY
healthy.- See Also:
- Constant Field Values
-
SCALING
static final String SCALING
scaling.- See Also:
- Constant Field Values
-
UNHEALTHY
static final String UNHEALTHY
unhealthy.- See Also:
- Constant Field Values
-
-