HostPoolType Class

public final class HostPoolType
extends ExpandableStringEnum<HostPoolType>

HostPool type for desktop.

Field Summary

Modifier and Type Field and Description
static final HostPoolType BYODESKTOP

Static value BYODesktop for HostPoolType.

static final HostPoolType PERSONAL

Static value Personal for HostPoolType.

static final HostPoolType POOLED

Static value Pooled for HostPoolType.

Constructor Summary

Constructor Description
HostPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of HostPoolType value.

Method Summary

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

Creates or finds a HostPoolType from its string representation.

static Collection<HostPoolType> values()

Gets known HostPoolType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BYODESKTOP

public static final HostPoolType BYODESKTOP

Static value BYODesktop for HostPoolType.

PERSONAL

public static final HostPoolType PERSONAL

Static value Personal for HostPoolType.

POOLED

public static final HostPoolType POOLED

Static value Pooled for HostPoolType.

Constructor Details

HostPoolType

@Deprecated
public HostPoolType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of HostPoolType value.

Method Details

fromString

public static HostPoolType fromString(String name)

Creates or finds a HostPoolType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding HostPoolType.

values

public static Collection<HostPoolType> values()

Gets known HostPoolType values.

Returns:

known HostPoolType values.

Applies to