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
Static value Disabled for Ddos |
static final
Ddos |
ENABLED
Static value Enabled for Ddos |
static final
Ddos |
VIRTUAL_NETWORK_INHERITED
Static value 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
Static value Disabled for DdosSettingsProtectionMode.
ENABLED
public static final DdosSettingsProtectionMode ENABLED
Static value Enabled for DdosSettingsProtectionMode.
VIRTUAL_NETWORK_INHERITED
public static final DdosSettingsProtectionMode VIRTUAL_NETWORK_INHERITED
Static value VirtualNetworkInherited for DdosSettingsProtectionMode.
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
Gets known DdosSettingsProtectionMode values.
Returns:
Applies to
Azure SDK for Java