Package com.azure.compute.batch.models
Class ContainerHostDataPath
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerHostDataPath>
com.azure.compute.batch.models.ContainerHostDataPath
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ContainerHostDataPath
extends com.azure.core.util.ExpandableStringEnum<ContainerHostDataPath>
The paths which will be mounted to container task's container.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContainerHostDataPath
The applications path.static final ContainerHostDataPath
The job-prep task path.static final ContainerHostDataPath
The path for multi-instances task to shared their files.static final ContainerHostDataPath
The path for start task.static final ContainerHostDataPath
The task path.static final ContainerHostDataPath
The path contains all virtual file systems are mounted on this node. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerHostDataPath
fromString
(String name) Creates or finds a ContainerHostDataPath from its string representation.static Collection
<ContainerHostDataPath> values()
Gets known ContainerHostDataPath values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SHARED
The path for multi-instances task to shared their files. -
STARTUP
The path for start task. -
VFS_MOUNTS
The path contains all virtual file systems are mounted on this node. -
TASK
The task path. -
JOB_PREP
The job-prep task path. -
APPLICATIONS
The applications path.
-
-
Constructor Details
-
ContainerHostDataPath
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ContainerHostDataPath value.
-
-
Method Details
-
fromString
Creates or finds a ContainerHostDataPath from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ContainerHostDataPath.
-
values
Gets known ContainerHostDataPath values.- Returns:
- known ContainerHostDataPath values.
-
fromString(String)
factory method.