Ddos Settings Response
data class DdosSettingsResponse(val ddosCustomPolicy: SubResourceResponse? = null, val ddosProtectionPlan: SubResourceResponse? = null, val protectionCoverage: String? = null, val protectionMode: String? = null)
Contains the DDoS protection settings of the public IP.
Constructors
Link copied to clipboard
constructor(ddosCustomPolicy: SubResourceResponse? = null, ddosProtectionPlan: SubResourceResponse? = null, protectionCoverage: String? = null, protectionMode: String? = null)
Properties
Link copied to clipboard
The DDoS custom policy associated with the public IP.
Link copied to clipboard
The DDoS protection plan associated with the public IP. Can only be set if ProtectionMode is Enabled
Link copied to clipboard
The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.
Link copied to clipboard
The DDoS protection mode of the public IP