ContainerHostDataPath Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.batch.protocol.models.ContainerHostDataPath

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

Defines values for ContainerHostDataPath.

Field Summary

Modifier and Type Field and Description
static final ContainerHostDataPath APPLICATIONS

Static value Applications for ContainerHostDataPath.

static final ContainerHostDataPath JOB_PREP

Static value JobPrep for ContainerHostDataPath.

static final ContainerHostDataPath SHARED

Static value Shared for ContainerHostDataPath.

static final ContainerHostDataPath STARTUP

Static value Startup for ContainerHostDataPath.

static final ContainerHostDataPath TASK

Static value Task for ContainerHostDataPath.

static final ContainerHostDataPath VFS_MOUNTS

Static value VfsMounts for ContainerHostDataPath.

Constructor Summary

Constructor Description
ContainerHostDataPath()

Method Summary

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

Creates or finds a ContainerHostDataPath from its string representation.

static Collection<ContainerHostDataPath> 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

Field Details

APPLICATIONS

public static final ContainerHostDataPath APPLICATIONS

Static value Applications for ContainerHostDataPath.

JOB_PREP

public static final ContainerHostDataPath JOB_PREP

Static value JobPrep for ContainerHostDataPath.

SHARED

public static final ContainerHostDataPath SHARED

Static value Shared for ContainerHostDataPath.

STARTUP

public static final ContainerHostDataPath STARTUP

Static value Startup for ContainerHostDataPath.

TASK

public static final ContainerHostDataPath TASK

Static value Task for ContainerHostDataPath.

VFS_MOUNTS

public static final ContainerHostDataPath VFS_MOUNTS

Static value VfsMounts for ContainerHostDataPath.

Constructor Details

ContainerHostDataPath

public ContainerHostDataPath()

Method Details

fromString

public static ContainerHostDataPath fromString(String name)

Creates or finds a ContainerHostDataPath from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ContainerHostDataPath

values

public static Collection values()

Returns:

known ContainerHostDataPath values

Applies to