AgentDiskDetailsResponse

data class AgentDiskDetailsResponse(val capacityInBytes: Double, val diskId: String, val diskName: String, val isOSDisk: String, val lunId: Int)

Agent disk details.

Constructors

Link copied to clipboard
constructor(capacityInBytes: Double, diskId: String, diskName: String, isOSDisk: String, lunId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk capacity in bytes.

Link copied to clipboard

The disk Id.

Link copied to clipboard

The disk name.

Link copied to clipboard

A value indicating whether the disk is the OS disk.

Link copied to clipboard
val lunId: Int

The lun of disk.