LoadBalancerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. LoadBalancerType
- com.
- com.
public final class LoadBalancerType
extends ExpandableStringEnum<LoadBalancerType>
The type of the load balancer.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Load |
BREADTH_FIRST
Static value Breadth |
|
static final
Load |
DEPTH_FIRST
Static value Depth |
|
static final
Load |
PERSISTENT
Static value Persistent for Load |
Constructor Summary
| Constructor | Description |
|---|---|
| LoadBalancerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Load |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Load |
fromString(String name)
Creates or finds a Load |
|
static
Collection<Load |
values()
Gets known Load |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BREADTH_FIRST
public static final LoadBalancerType BREADTH_FIRST
Static value BreadthFirst for LoadBalancerType.
DEPTH_FIRST
public static final LoadBalancerType DEPTH_FIRST
Static value DepthFirst for LoadBalancerType.
PERSISTENT
public static final LoadBalancerType PERSISTENT
Static value Persistent for LoadBalancerType.
Constructor Details
LoadBalancerType
@Deprecated
public LoadBalancerType()
Deprecated
Creates a new instance of LoadBalancerType value.
Method Details
fromString
public static LoadBalancerType fromString(String name)
Creates or finds a LoadBalancerType from its string representation.
Parameters:
Returns:
values
public static Collection<LoadBalancerType> values()
Gets known LoadBalancerType values.
Returns: