DdosSettings Class

Contains the DDoS protection settings of the public IP.

Inheritance
DdosSettings

Constructor

DdosSettings(*, ddos_custom_policy: typing.Union[_ForwardRef('SubResource'), NoneType] = None, protection_coverage: typing.Union[str, _ForwardRef('DdosSettingsProtectionCoverage'), NoneType] = None, **kwargs)

Parameters

ddos_custom_policy
SubResource

The DDoS custom policy associated with the public IP.

protection_coverage
str or DdosSettingsProtectionCoverage

The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized. Possible values include: "Basic", "Standard".