ScalingHostPoolType Class

public final class ScalingHostPoolType
extends ExpandableStringEnum<ScalingHostPoolType>

HostPool type for desktop.

Field Summary

Modifier and Type Field and Description
static final ScalingHostPoolType POOLED

Static value Pooled for ScalingHostPoolType.

Constructor Summary

Constructor Description
ScalingHostPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScalingHostPoolType value.

Method Summary

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

Creates or finds a ScalingHostPoolType from its string representation.

static Collection<ScalingHostPoolType> values()

Gets known ScalingHostPoolType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

POOLED

public static final ScalingHostPoolType POOLED

Static value Pooled for ScalingHostPoolType.

Constructor Details

ScalingHostPoolType

@Deprecated
public ScalingHostPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ScalingHostPoolType value.

Method Details

fromString

public static ScalingHostPoolType fromString(String name)

Creates or finds a ScalingHostPoolType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ScalingHostPoolType.

values

public static Collection<ScalingHostPoolType> values()

Gets known ScalingHostPoolType values.

Returns:

known ScalingHostPoolType values.

Applies to