public enum WindowsDeliveryOptimizationMode extends java.lang.Enum<WindowsDeliveryOptimizationMode>
| Enum Constant and Description |
|---|
BYPASS_MODE
bypass Mode
|
HTTP_ONLY
http Only
|
HTTP_WITH_INTERNET_PEERING
http With Internet Peering
|
HTTP_WITH_PEERING_NAT
http With Peering Nat
|
HTTP_WITH_PEERING_PRIVATE_GROUP
http With Peering Private Group
|
SIMPLE_DOWNLOAD
simple Download
|
UNEXPECTED_VALUE
For WindowsDeliveryOptimizationMode values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsDeliveryOptimizationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsDeliveryOptimizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsDeliveryOptimizationMode USER_DEFINED
public static final WindowsDeliveryOptimizationMode HTTP_ONLY
public static final WindowsDeliveryOptimizationMode HTTP_WITH_PEERING_NAT
public static final WindowsDeliveryOptimizationMode HTTP_WITH_PEERING_PRIVATE_GROUP
public static final WindowsDeliveryOptimizationMode HTTP_WITH_INTERNET_PEERING
public static final WindowsDeliveryOptimizationMode SIMPLE_DOWNLOAD
public static final WindowsDeliveryOptimizationMode BYPASS_MODE
public static final WindowsDeliveryOptimizationMode UNEXPECTED_VALUE
public static WindowsDeliveryOptimizationMode[] values()
for (WindowsDeliveryOptimizationMode c : WindowsDeliveryOptimizationMode.values()) System.out.println(c);
public static WindowsDeliveryOptimizationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null