DdosSettings Class
Contains the DDoS protection settings of the public IP.
Constructor
DdosSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
protection_mode
|
The DDoS protection mode of the public IP. Known values are: "VirtualNetworkInherited", "Enabled", and "Disabled". |
|
ddos_protection_plan
|
The DDoS protection plan associated with the public IP. Can only be set if ProtectionMode is Enabled. |
Attributes
ddos_protection_plan
The DDoS protection plan associated with the public IP. Can only be set if ProtectionMode is Enabled.
ddos_protection_plan: _models.SubResource | None
protection_mode
"VirtualNetworkInherited", "Enabled", and "Disabled".
protection_mode: str | _models.DdosSettingsProtectionMode | None