DdosDetectionRulePropertiesFormat Class
DDoS detection rule properties.
Constructor
DdosDetectionRulePropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the DDoS detection rule. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
detection_mode
|
The detection mode for the DDoS detection rule. "TrafficThreshold" |
|
traffic_detection_rule
|
The traffic detection rule details. |
Attributes
detection_mode
The detection mode for the DDoS detection rule. "TrafficThreshold"
detection_mode: str | _models.DdosDetectionMode | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
traffic_detection_rule
The traffic detection rule details.
traffic_detection_rule: _models.TrafficDetectionRule | None