LoadBalancerScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. LoadBalancerScope
- com.
- com.
public final class LoadBalancerScope
extends ExpandableStringEnum<LoadBalancerScope>
Indicates the scope of the load balancer: external (Public) or internal (Private).
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Load |
PRIVATE
Static value Private for Load |
|
static final
Load |
PUBLIC
Static value Public for Load |
Constructor Summary
| Constructor | Description |
|---|---|
| LoadBalancerScope() |
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
PRIVATE
public static final LoadBalancerScope PRIVATE
Static value Private for LoadBalancerScope.
PUBLIC
public static final LoadBalancerScope PUBLIC
Static value Public for LoadBalancerScope.
Constructor Details
LoadBalancerScope
@Deprecated
public LoadBalancerScope()
Deprecated
Creates a new instance of LoadBalancerScope value.
Method Details
fromString
public static LoadBalancerScope fromString(String name)
Creates or finds a LoadBalancerScope from its string representation.
Parameters:
Returns:
values
public static Collection<LoadBalancerScope> values()
Gets known LoadBalancerScope values.
Returns: