OSDiskResponse

data class OSDiskResponse(val caching: String? = null, val diskSizeGB: Int? = null, val ephemeralOSDiskSettings: DiffDiskSettingsResponse? = null, val managedDisk: ManagedDiskResponse? = null, val writeAcceleratorEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(caching: String? = null, diskSizeGB: Int? = null, ephemeralOSDiskSettings: DiffDiskSettingsResponse? = null, managedDisk: ManagedDiskResponse? = null, writeAcceleratorEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caching: String? = null
Link copied to clipboard
val diskSizeGB: Int? = null
Link copied to clipboard
Link copied to clipboard