StorageLensGroupMatchObjectSizeArgs

data class StorageLensGroupMatchObjectSizeArgs(val bytesGreaterThan: Output<Int>? = null, val bytesLessThan: Output<Int>? = null) : ConvertibleToJava<StorageLensGroupMatchObjectSizeArgs>

Filter to match all of the specified values for the minimum and maximum object size.

Constructors

Link copied to clipboard
constructor(bytesGreaterThan: Output<Int>? = null, bytesLessThan: Output<Int>? = null)

Properties

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

Minimum object size to which the rule applies.

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

Maximum object size to which the rule applies.

Functions

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