DdosDetectionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DdosDetectionMode
- com.
- com.
public final class DdosDetectionMode
extends ExpandableStringEnum<DdosDetectionMode>
The detection mode for the DDoS detection rule.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ddos |
TRAFFIC_THRESHOLD
Static value Traffic |
Constructor Summary
| Constructor | Description |
|---|---|
| DdosDetectionMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ddos |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ddos |
fromString(String name)
Creates or finds a Ddos |
|
static
Collection<Ddos |
values()
Gets known Ddos |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TRAFFIC_THRESHOLD
public static final DdosDetectionMode TRAFFIC_THRESHOLD
Static value TrafficThreshold for DdosDetectionMode.
Constructor Details
DdosDetectionMode
@Deprecated
public DdosDetectionMode()
Deprecated
Creates a new instance of DdosDetectionMode value.
Method Details
fromString
public static DdosDetectionMode fromString(String name)
Creates or finds a DdosDetectionMode from its string representation.
Parameters:
Returns:
values
public static Collection<DdosDetectionMode> values()
Gets known DdosDetectionMode values.
Returns: