Ddos Settings Response
data class DdosSettingsResponse(val ddosCustomPolicy: SubResourceResponse? = null, val protectedIP: Boolean? = null, val protectionCoverage: String? = null)
Contains the DDoS protection settings of the public IP.
Constructors
Link copied to clipboard
constructor(ddosCustomPolicy: SubResourceResponse? = null, protectedIP: Boolean? = null, protectionCoverage: String? = null)