dk.sdu.cloud.accounting.api.Product.Storage

UCloud Developer Guide / Accounting and Project Management / Products

Product.Storage

A storage Product

data class Storage(
    val name: String,
    val pricePerUnit: Long,
    val category: ProductCategoryId,
    val description: String?,
    val priority: Int?,
    val version: Int?,
    val freeToUse: Boolean?,
    val allowAllocationRequestsFrom: AllocationRequestsGroup?,
    val unitOfPrice: ProductPriceUnit?,
    val chargeType: ChargeType?,
    val hiddenInGrantApplications: Boolean?,
    val productType: ProductType,
    val balance: Long?,
    val id: String,
    val maxUsableBalance: Long?,
    val type: String /* "storage" */,
)
UnitAPI

Measured in GB (10⁹ bytes. 1 byte = 1 octet)

Properties

Last updated