C# 클래스 XenAdmin.Wizards.NewVMWizard.DiskGridRowItem

상속: System.Windows.Forms.DataGridViewRow
파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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, XmlNode diskNode, string vmName, XenAPI.Host affinity ) : System
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.

메소드 상세

DiskGridRowItem() 공개 메소드

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

DiskGridRowItem() 공개 메소드

public DiskGridRowItem ( IXenConnection connection, XmlNode diskNode, string vmName, XenAPI.Host affinity ) : System
connection IXenConnection
diskNode System.Xml.XmlNode
vmName string
affinity XenAPI.Host
리턴 System

UpdateDetails() 공개 메소드

public UpdateDetails ( ) : void
리턴 void

프로퍼티 상세

CanDelete 공개적으로 프로퍼티

public bool CanDelete
리턴 bool

CanResize 공개적으로 프로퍼티

public bool CanResize
리턴 bool

Connection 공개적으로 프로퍼티

public IXenConnection Connection
리턴 IXenConnection

Device 공개적으로 프로퍼티

public VBD Device
리턴 VBD

Disk 공개적으로 프로퍼티

public VDI,XenAPI Disk
리턴 XenAPI.VDI

ImageToolTip 공개적으로 프로퍼티

public string ImageToolTip
리턴 string

MinSize 공개적으로 프로퍼티

public long MinSize
리턴 long

OverCommit 공개적으로 프로퍼티

public DiskOverCommit OverCommit
리턴 DiskOverCommit

SourceDisk 공개적으로 프로퍼티

public VDI,XenAPI SourceDisk
리턴 XenAPI.VDI