CreatorPropertiesArgs

data class CreatorPropertiesArgs(val consumedStorageUnitSizeInBytes: Output<Int>? = null, val storageUnits: Output<Int>, val totalStorageUnitSizeInBytes: Output<Int>? = null) : ConvertibleToJava<CreatorPropertiesArgs>

Creator resource properties

Constructors

Link copied to clipboard
constructor(consumedStorageUnitSizeInBytes: Output<Int>? = null, storageUnits: Output<Int>, totalStorageUnitSizeInBytes: Output<Int>? = null)

Properties

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

The consumed storage unit size in bytes for the creator resource.

Link copied to clipboard
val storageUnits: Output<Int>

The storage units to be allocated. Integer values from 1 to 100, inclusive.

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

The total allocated storage unit size in bytes for the creator resource.

Functions

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