public enum LiveStreamEventCdnSettingsErrorReason extends Enum<LiveStreamEventCdnSettingsErrorReason>
Java class for LiveStreamEventCdnSettingsError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LiveStreamEventCdnSettingsError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CDN_CONFIGURATIONS_MUST_HAVE_UNIQUE_CDN_URL_PREFIXES"/>
<enumeration value="MUST_BE_LIVE_CDN_CONFIGURATION"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CDN_CONFIGURATIONS_MUST_HAVE_UNIQUE_CDN_URL_PREFIXES
CDN configurations in a single
LiveStreamEvent cannot have duplicate URL prefixes. |
MUST_BE_LIVE_CDN_CONFIGURATION
Only CDN configurations of type
VodConfigurationType.LINEAR_SOURCE_CONTENT can be
listed in LiveStreamEvent.sourceContentConfigurations. |
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static LiveStreamEventCdnSettingsErrorReason |
fromValue(String v) |
String |
value() |
static LiveStreamEventCdnSettingsErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveStreamEventCdnSettingsErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveStreamEventCdnSettingsErrorReason CDN_CONFIGURATIONS_MUST_HAVE_UNIQUE_CDN_URL_PREFIXES
LiveStreamEvent cannot have duplicate URL prefixes.public static final LiveStreamEventCdnSettingsErrorReason MUST_BE_LIVE_CDN_CONFIGURATION
VodConfigurationType.LINEAR_SOURCE_CONTENT can be
listed in LiveStreamEvent.sourceContentConfigurations.public static final LiveStreamEventCdnSettingsErrorReason UNKNOWN
public static LiveStreamEventCdnSettingsErrorReason[] values()
for (LiveStreamEventCdnSettingsErrorReason c : LiveStreamEventCdnSettingsErrorReason.values()) System.out.println(c);
public static LiveStreamEventCdnSettingsErrorReason 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 LiveStreamEventCdnSettingsErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.