Package com.ibm.cloud.is.vpc.v1.model
Interface LoadBalancer.ProvisioningStatus
-
- Enclosing class:
- LoadBalancer
public static interface LoadBalancer.ProvisioningStatus
The provisioning status of this load balancer: - `active`: The load balancer is running. - `create_pending`: The load balancer is being created. - `delete_pending`: The load balancer is being deleted. - `maintenance_pending`: The load balancer is unavailable due to an internal error (contact IBM support). - `migrate_pending`: The load balancer is migrating to the requested configuration. Performance may be degraded. - `update_pending`: The load balancer is being updated to the requested configuration. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the load balancer on which the unexpected property value was encountered.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVE
active.static String
CREATE_PENDING
create_pending.static String
DELETE_PENDING
delete_pending.static String
FAILED
failed.static String
MAINTENANCE_PENDING
maintenance_pending.static String
MIGRATE_PENDING
migrate_pending.static String
UPDATE_PENDING
update_pending.
-
-
-
Field Detail
-
ACTIVE
static final String ACTIVE
active.- See Also:
- Constant Field Values
-
CREATE_PENDING
static final String CREATE_PENDING
create_pending.- See Also:
- Constant Field Values
-
DELETE_PENDING
static final String DELETE_PENDING
delete_pending.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
MAINTENANCE_PENDING
static final String MAINTENANCE_PENDING
maintenance_pending.- See Also:
- Constant Field Values
-
MIGRATE_PENDING
static final String MIGRATE_PENDING
migrate_pending.- See Also:
- Constant Field Values
-
UPDATE_PENDING
static final String UPDATE_PENDING
update_pending.- See Also:
- Constant Field Values
-
-