Ddos Settings Args
data class DdosSettingsArgs(val ddosCustomPolicy: Output<SubResourceArgs>? = null, val protectedIP: Output<Boolean>? = null, val protectionCoverage: Output<Either<String, DdosSettingsProtectionCoverage>>? = null) : ConvertibleToJava<DdosSettingsArgs>
Contains the DDoS protection settings of the public IP.
Constructors
Link copied to clipboard
constructor(ddosCustomPolicy: Output<SubResourceArgs>? = null, protectedIP: Output<Boolean>? = null, protectionCoverage: Output<Either<String, DdosSettingsProtectionCoverage>>? = null)