VpaAvailabilityState

enum VpaAvailabilityState : Enum<VpaAvailabilityState>

Describes whether a VPA is available to clients for use. When a VPA is available, clients can make API calls to it. This does not necessarily mean that the end-user can speak to the VPA yet.

Entries

Link copied to clipboard

The VPA is initializing itself. This could mean that it is busy loading language information or performing some other start-up process. The client should wait until the VPA is AVAILABLE before trying to use it.

Link copied to clipboard

The VPA is in a state where it can service API calls from the client.

Link copied to clipboard

The VPA is not in a state where it can service API calls from the client. Therefore, the end-user also cannot speak to it. It needs to be initialized before it can be used.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int