C# Class XenAdmin.Actions.UploadSupplementalPackAction

Inheritance: XenAdmin.Actions.AsyncAction
Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Свойство Type Description
VdiRefsToCleanUp XenRef>.Dictionary

Méthodes publiques

Méthode Description
RecomputeCanCancel ( ) : void
UploadSupplementalPackAction ( IXenConnection connection, List selectedServers, string path, bool suppressHistory ) : System

This constructor is used to upload a single supplemental pack file

Méthodes protégées

Méthode Description
Run ( ) : void

Private Methods

Méthode Description
CanCreateVdi ( SR sr ) : bool
FileSize ( string path ) : long
NewVDI ( SR sr ) : XenAPI.VDI
RemoveVDI ( XenAPI.Session session, XenRef vdi ) : void
SelectLocalSrs ( ) : void
SelectTargetSr ( ) : void
SrHasEnoughFreeSpace ( SR sr ) : bool
UploadSupplementalPack ( SR sr ) : string

Method Details

RecomputeCanCancel() public méthode

public RecomputeCanCancel ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void

UploadSupplementalPackAction() public méthode

This constructor is used to upload a single supplemental pack file
public UploadSupplementalPackAction ( IXenConnection connection, List selectedServers, string path, bool suppressHistory ) : System
connection IXenConnection
selectedServers List
path string
suppressHistory bool
Résultat System

Property Details

VdiRefsToCleanUp public_oe property

public Dictionary> VdiRefsToCleanUp
Résultat XenRef>.Dictionary