public enum CdnConfigurationType extends Enum<CdnConfigurationType>
Java class for CdnConfigurationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CdnConfigurationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="LIVE_STREAM_SOURCE_CONTENT"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
LIVE_STREAM_SOURCE_CONTENT
A configuration that specifies where and how
LiveStreamEvent content should be ingested
and delivered. |
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static CdnConfigurationType |
fromValue(String v) |
String |
value() |
static CdnConfigurationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdnConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdnConfigurationType UNKNOWN
public static final CdnConfigurationType LIVE_STREAM_SOURCE_CONTENT
LiveStreamEvent content should be ingested
and delivered.public static CdnConfigurationType[] values()
for (CdnConfigurationType c : CdnConfigurationType.values()) System.out.println(c);
public static CdnConfigurationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static CdnConfigurationType fromValue(String v)
Copyright © 2018. All Rights Reserved.