DdosSettings Class
Contains the DDoS protection settings of the public IP.
- Inheritance
-
azure.mgmt.network._serialization.ModelDdosSettings
Constructor
DdosSettings(*, protection_mode: str | _models.DdosSettingsProtectionMode | None = None, ddos_protection_plan: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python