RouteTableUsageMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. RouteTableUsageMode
- com.
- com.
public final class RouteTableUsageMode
extends ExpandableStringEnum<RouteTableUsageMode>
Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Route |
MANAGED_ONLY
Static value Managed |
|
static final
Route |
USE_EXISTING
Static value Use |
Constructor Summary
| Constructor | Description |
|---|---|
| RouteTableUsageMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Route |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Route |
fromString(String name)
Creates or finds a Route |
|
static
Collection<Route |
values()
Gets known Route |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGED_ONLY
public static final RouteTableUsageMode MANAGED_ONLY
Static value ManagedOnly for RouteTableUsageMode.
USE_EXISTING
public static final RouteTableUsageMode USE_EXISTING
Static value UseExisting for RouteTableUsageMode.
Constructor Details
RouteTableUsageMode
@Deprecated
public RouteTableUsageMode()
Deprecated
Creates a new instance of RouteTableUsageMode value.
Method Details
fromString
public static RouteTableUsageMode fromString(String name)
Creates or finds a RouteTableUsageMode from its string representation.
Parameters:
Returns:
values
public static Collection<RouteTableUsageMode> values()
Gets known RouteTableUsageMode values.
Returns: