DdosSettingsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DDoS custom policy associated with the public IP.

Link copied to clipboard
val protectedIP: Boolean? = null

Enables DDoS protection on the public IP.

Link copied to clipboard

The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.