CapacityProviderStatus

The status of a capacity provider. Possible values:

  • CREATING – The service is creating the capacity provider and validating its configuration.

  • CREATE_FAILED – The service could not create the capacity provider. For details, see statusCode and statusReason.

  • UPDATING – The service is updating the capacity provider.

  • UPDATE_FAILED – The service could not update the capacity provider. For details, see statusCode and statusReason.

  • READY – The capacity provider is available for use.

  • DELETING – The service is deleting the capacity provider.

  • DELETE_FAILED – The service could not delete the capacity provider. You can retry the deletion.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : CapacityProviderStatus
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String