AgentDiskDetails interface
Agent disk details.
Properties
| capacity |
The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server. |
| disk |
The disk Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| disk |
The disk name. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
A value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server. |
| lun |
The lun of disk. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
capacityInBytes
The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
capacityInBytes?: number
Property Value
number
diskId
The disk Id. NOTE: This property will not be serialized. It can only be populated by the server.
diskId?: string
Property Value
string
diskName
The disk name. NOTE: This property will not be serialized. It can only be populated by the server.
diskName?: string
Property Value
string
isOSDisk
A value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server.
isOSDisk?: string
Property Value
string
lunId
The lun of disk. NOTE: This property will not be serialized. It can only be populated by the server.
lunId?: number
Property Value
number