DdosSettingsProtectionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DdosSettingsProtectionMode
- com.
- com.
public final class DdosSettingsProtectionMode
extends ExpandableStringEnum<DdosSettingsProtectionMode>
The DDoS protection mode of the public IP.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ddos |
DISABLED
Disabled. |
|
static final
Ddos |
ENABLED
Enabled. |
|
static final
Ddos |
VIRTUAL_NETWORK_INHERITED
Virtual |
Constructor Summary
| Constructor | Description |
|---|---|
| DdosSettingsProtectionMode() |
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
DISABLED
public static final DdosSettingsProtectionMode DISABLED
Disabled.
ENABLED
public static final DdosSettingsProtectionMode ENABLED
Enabled.
VIRTUAL_NETWORK_INHERITED
public static final DdosSettingsProtectionMode VIRTUAL_NETWORK_INHERITED
VirtualNetworkInherited.
Constructor Details
DdosSettingsProtectionMode
@Deprecated
public DdosSettingsProtectionMode()
Deprecated
Creates a new instance of DdosSettingsProtectionMode value.
Method Details
fromString
public static DdosSettingsProtectionMode fromString(String name)
Creates or finds a DdosSettingsProtectionMode from its string representation.
Parameters:
Returns:
values
public static Collection<DdosSettingsProtectionMode> values()
Gets known DdosSettingsProtectionMode values.
Returns: