StorageResponse

data class StorageResponse(val autoGrow: String? = null, val iops: Int? = null, val storageSizeGB: Int? = null, val throughput: Int? = null, val tier: String? = null, val type: String? = null)

Storage properties of a server

Constructors

Link copied to clipboard
constructor(autoGrow: String? = null, iops: Int? = null, storageSizeGB: Int? = null, throughput: Int? = null, tier: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoGrow: String? = null

Flag to enable / disable Storage Auto grow for flexible server.

Link copied to clipboard
val iops: Int? = null

Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS

Link copied to clipboard
val storageSizeGB: Int? = null

Max storage allowed for a server.

Link copied to clipboard
val throughput: Int? = null

Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS

Link copied to clipboard
val tier: String? = null

Name of storage tier for IOPS.

Link copied to clipboard
val type: String? = null

Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified