Skip to main contentIBM Video Streaming Developers

CacheDiskStatus

Status of cache disk.

enum CacheDiskStatus {
    # Cache disk isn't attached to the ECDN server.
    NOT_PRESENT
    # Attached cache disk is provisioned and used by the ECDN server for video caching.
    IN_USE
    # ECDN server is currently provisioning the attached cache disk.
    PROVISION_IN_PROGRESS
    # Attached cache disk is too small for reliable video caching (less than 4 gigabytes).
    # Server won't provision and use it.
    TOO_SMALL
}

Values

NAMEDESCRIPTION
NOT_PRESENTCache disk isn’t attached to the ECDN server.
IN_USEAttached cache disk is provisioned and used by the ECDN server for video caching.
PROVISION_IN_PROGRESSECDN server is currently provisioning the attached cache disk.
TOO_SMALLAttached cache disk is too small for reliable video caching (less than 4 gigabytes).
Server won’t provision and use it.