OnUploadPropertiesArgs

data class OnUploadPropertiesArgs(val capGBPerMonth: Output<Int>? = null, val isEnabled: Output<Boolean>? = null) : ConvertibleToJava<OnUploadPropertiesArgs>

Properties of On Upload malware scanning.

Constructors

Link copied to clipboard
constructor(capGBPerMonth: Output<Int>? = null, isEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val capGBPerMonth: Output<Int>? = null

Defines the max GB to be scanned per Month. Set to -1 if no capping is needed.

Link copied to clipboard
val isEnabled: Output<Boolean>? = null

Indicates whether On Upload malware scanning should be enabled.

Functions

Link copied to clipboard
open override fun toJava(): OnUploadPropertiesArgs