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
Private. |
|
static final
Load |
PUBLIC
Public. |
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
Private.
PUBLIC
public static final LoadBalancerScope PUBLIC
Public.
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: