Creator Properties Response
data class CreatorPropertiesResponse(val consumedStorageUnitSizeInBytes: Int? = null, val provisioningState: String, val storageUnits: Int, val totalStorageUnitSizeInBytes: Int? = null)
Creator resource properties
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.