CreatorPropertiesResponse

data class CreatorPropertiesResponse(val consumedStorageUnitSizeInBytes: Int? = null, val provisioningState: String, val storageUnits: Int, val totalStorageUnitSizeInBytes: Int? = null)

Creator resource properties

Constructors

Link copied to clipboard
constructor(consumedStorageUnitSizeInBytes: Int? = null, provisioningState: String, storageUnits: Int, totalStorageUnitSizeInBytes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled

Link copied to clipboard

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

Link copied to clipboard

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