Skip to main contentIBM Video Streaming Developers

ConfigurationMode

Method of applying configuration to an ECDN server.

enum ConfigurationMode {
    # Manually configurate the ECDN server.
    # A configuration CD must be mounted and the server must be restarted.
    MANUAL
    # Remotely configure the ECDN server.
    # ECDN server will pick up the desired changes once it checks in to the API.
    REMOTE
}

Values

NAMEDESCRIPTION
MANUALManually configurate the ECDN server.
A configuration CD must be mounted and the server must be restarted.
REMOTERemotely configure the ECDN server.
ECDN server will pick up the desired changes once it checks in to the API.