ClusterEnvironment Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabric. models. ClusterEnvironment
- com.
- com.
public final class ClusterEnvironment
extends ExpandableStringEnum<ClusterEnvironment>
Cluster operating system, the default will be Windows.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Cluster |
LINUX
Static value Linux for Cluster |
|
static final
Cluster |
WINDOWS
Static value Windows for Cluster |
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterEnvironment() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromString(String name)
Creates or finds a Cluster |
|
static
Collection<Cluster |
values()
Gets known Cluster |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LINUX
public static final ClusterEnvironment LINUX
Static value Linux for ClusterEnvironment.
WINDOWS
public static final ClusterEnvironment WINDOWS
Static value Windows for ClusterEnvironment.
Constructor Details
ClusterEnvironment
@Deprecated
public ClusterEnvironment()
Deprecated
Creates a new instance of ClusterEnvironment value.
Method Details
fromString
public static ClusterEnvironment fromString(String name)
Creates or finds a ClusterEnvironment from its string representation.
Parameters:
Returns:
values
public static Collection<ClusterEnvironment> values()
Gets known ClusterEnvironment values.
Returns: