Skip to main contentIBM Video Streaming Developers

NetworkConfigurationMode

The NetworkConfigurationMode enum represents network configuration mode of ECDN server.

enum NetworkConfigurationMode {
    # STATIC represents a static IP address configuration.
    STATIC
    # DYNAMIC represents address configuration via Dynamic Host Configuration Protocol (DHCP).
    DYNAMIC
}

Values

NAMEDESCRIPTION
STATICSTATIC represents a static IP address configuration.
DYNAMICDYNAMIC represents address configuration via Dynamic Host Configuration Protocol (DHCP).