BindingType Class

public final class BindingType
extends ExpandableStringEnum<BindingType>

Custom Domain binding type.

Field Summary

Modifier and Type Field and Description
static final BindingType AUTO

Static value Auto for BindingType.

static final BindingType DISABLED

Static value Disabled for BindingType.

static final BindingType SNI_ENABLED

Static value SniEnabled for BindingType.

Constructor Summary

Constructor Description
BindingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BindingType value.

Method Summary

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

Creates or finds a BindingType from its string representation.

static Collection<BindingType> values()

Gets known BindingType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTO

public static final BindingType AUTO

Static value Auto for BindingType.

DISABLED

public static final BindingType DISABLED

Static value Disabled for BindingType.

SNI_ENABLED

public static final BindingType SNI_ENABLED

Static value SniEnabled for BindingType.

Constructor Details

BindingType

@Deprecated
public BindingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BindingType value.

Method Details

fromString

public static BindingType fromString(String name)

Creates or finds a BindingType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BindingType.

values

public static Collection<BindingType> values()

Gets known BindingType values.

Returns:

known BindingType values.

Applies to