ForwardingProtocol Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.ForwardingProtocol

public final class ForwardingProtocol
extends com.microsoft.rest.ExpandableStringEnum<ForwardingProtocol>

Defines values for ForwardingProtocol.

Field Summary

Modifier and Type Field and Description
static final ForwardingProtocol HTTPS_ONLY

Static value HttpsOnly for ForwardingProtocol.

static final ForwardingProtocol HTTP_ONLY

Static value HttpOnly for ForwardingProtocol.

static final ForwardingProtocol MATCH_REQUEST

Static value MatchRequest for ForwardingProtocol.

Constructor Summary

Constructor Description
ForwardingProtocol()

Method Summary

Modifier and Type Method and Description
static ForwardingProtocol fromString(String name)

Creates or finds a ForwardingProtocol from its string representation.

static java.util.Collection<ForwardingProtocol> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

HTTPS_ONLY

public static final ForwardingProtocol HTTPS_ONLY

Static value HttpsOnly for ForwardingProtocol.

HTTP_ONLY

public static final ForwardingProtocol HTTP_ONLY

Static value HttpOnly for ForwardingProtocol.

MATCH_REQUEST

public static final ForwardingProtocol MATCH_REQUEST

Static value MatchRequest for ForwardingProtocol.

Constructor Details

ForwardingProtocol

public ForwardingProtocol()

Method Details

fromString

public static ForwardingProtocol fromString(String name)

Creates or finds a ForwardingProtocol from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ForwardingProtocol

values

public static Collection values()

Returns:

known ForwardingProtocol values

Applies to