Свойство | Тип | Описание | |
---|---|---|---|
CanDelete | bool | ||
CanResize | bool | ||
Connection | IXenConnection | ||
Device | VBD | ||
Disk | XenAPI.VDI | ||
ImageToolTip | string | ||
MinSize | long | ||
OverCommit | DiskOverCommit | ||
SourceDisk | XenAPI.VDI |
Метод | Описание | |
---|---|---|
DiskGridRowItem ( IXenConnection connection, XenAPI.VDI vdi, VBD vbd, bool isNew, XenAPI.Host affinity ) : System | ||
DiskGridRowItem ( IXenConnection connection, |
||
UpdateDetails ( ) : void |
Метод | Описание | |
---|---|---|
AddCells ( ) : void | ||
GetBeskDiskStorage ( IXenConnection connection, XenAPI.VDI disk, XenAPI.Host affinity, SR suggestedSR ) : SR |
Tries to find the best SR for the given VDI considering the suggestedSR which has priority over other SRs in this check. SuggestedSR, default SR, other SRs are checked. Returns first suitable SR or NULL.
|
|
IsSufficientFreeSpaceAvailableOnSrForVdi ( SR sr, XenAPI.VDI disk ) : bool |
Checks whether there is enough space available on the SR to accommodate a VDI.
|
public DiskGridRowItem ( IXenConnection connection, XenAPI.VDI vdi, VBD vbd, bool isNew, XenAPI.Host affinity ) : System | ||
connection | IXenConnection | |
vdi | XenAPI.VDI | |
vbd | VBD | |
isNew | bool | |
affinity | XenAPI.Host | |
Результат | System |
public DiskGridRowItem ( IXenConnection connection, |
||
connection | IXenConnection | |
diskNode | ||
vmName | string | |
affinity | XenAPI.Host | |
Результат | System |