StartupBehavior Class

public final class StartupBehavior
extends ExpandableStringEnum<StartupBehavior>

The desired startup behavior during the ramp up period for personal vms in the hostpool.

Field Summary

Modifier and Type Field and Description
static final StartupBehavior ALL

Static value All for StartupBehavior.

static final StartupBehavior NONE

Static value None for StartupBehavior.

static final StartupBehavior WITH_ASSIGNED_USER

Static value WithAssignedUser for StartupBehavior.

Constructor Summary

Constructor Description
StartupBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StartupBehavior value.

Method Summary

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

Creates or finds a StartupBehavior from its string representation.

static Collection<StartupBehavior> values()

Gets known StartupBehavior values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL

public static final StartupBehavior ALL

Static value All for StartupBehavior.

NONE

public static final StartupBehavior NONE

Static value None for StartupBehavior.

WITH_ASSIGNED_USER

public static final StartupBehavior WITH_ASSIGNED_USER

Static value WithAssignedUser for StartupBehavior.

Constructor Details

StartupBehavior

@Deprecated
public StartupBehavior()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StartupBehavior value.

Method Details

fromString

public static StartupBehavior fromString(String name)

Creates or finds a StartupBehavior from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StartupBehavior.

values

public static Collection<StartupBehavior> values()

Gets known StartupBehavior values.

Returns:

known StartupBehavior values.

Applies to