StorageTargetSpaceAllocationResponse

data class StorageTargetSpaceAllocationResponse(val allocationPercentage: Int? = null, val name: String? = null)

Storage Target space allocation properties.

Constructors

Link copied to clipboard
constructor(allocationPercentage: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of cache space allocated for this storage target

Link copied to clipboard
val name: String? = null

Name of the storage target.