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
fun DdosSettingsResponse(ddosCustomPolicy: SubResourceResponse? = null, ddosProtectionPlan: SubResourceResponse? = null, protectionCoverage: String? = null, protectionMode: String? = null)