MaintenanceTestCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. MaintenanceTestCategory
- com.
- com.
public final class MaintenanceTestCategory
extends ExpandableStringEnum<MaintenanceTestCategory>
The type of maintenance that can occur during an ExpressRoute failover test.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Maintenance |
ASPATH_PREPEND
AS path prepend test category. |
|
static final
Maintenance |
BGP_DISCONNECT
BGP disconnect test category. |
Constructor Summary
| Constructor | Description |
|---|---|
| MaintenanceTestCategory() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Maintenance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Maintenance |
fromString(String name)
Creates or finds a Maintenance |
|
static
Collection<Maintenance |
values()
Gets known Maintenance |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASPATH_PREPEND
public static final MaintenanceTestCategory ASPATH_PREPEND
AS path prepend test category.
BGP_DISCONNECT
public static final MaintenanceTestCategory BGP_DISCONNECT
BGP disconnect test category.
Constructor Details
MaintenanceTestCategory
@Deprecated
public MaintenanceTestCategory()
Deprecated
Creates a new instance of MaintenanceTestCategory value.
Method Details
fromString
public static MaintenanceTestCategory fromString(String name)
Creates or finds a MaintenanceTestCategory from its string representation.
Parameters:
Returns:
values
public static Collection<MaintenanceTestCategory> values()
Gets known MaintenanceTestCategory values.
Returns: