public interface IVdsEventListener
Modifier and Type | Method and Description |
---|---|
void |
MasterDomainNotOperational(Guid storageDomainId,
Guid storagePoolId) |
void |
ProcessOnClientIpChange(VDS vds,
Guid vmId) |
void |
ProcessOnCpuFlagsChange(Guid vdsId) |
void |
ProcessOnVmPoweringUp(Guid vds_id,
Guid vmid,
String display_ip,
int display_port) |
void |
ProcessOnVmStop(Guid vmId)
Temoporary patch.
|
void |
RemoveAsyncRunningCommand(Guid vmId) |
void |
Rerun(Guid vmId) |
boolean |
RestartVds(Guid vdsId) |
void |
RunFailedAutoStartVM(Guid vmId) |
void |
RunningSucceded(Guid vmId) |
void |
StorageDomainNotOperational(Guid storageDomainId,
Guid storagePoolId) |
void |
StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error) |
void |
StoragePoolStatusChange(Guid storagePoolId,
StoragePoolStatus status,
AuditLogType auditLogType,
VdcBllErrors error,
TransactionScopeOption transactionScopeOption) |
void |
StoragePoolStatusChanged(Guid storagePoolId,
StoragePoolStatus status) |
void |
StoragePoolUpEvent(storage_pool storagePool,
boolean isNewSpm) |
void |
VdsMovedToMaintanance(Guid vdsId) |
void |
VdsNonOperational(Guid vdsId,
NonOperationalReason type,
boolean logCommand,
boolean saveToDb,
Guid domainId) |
void |
VdsNotResponding(VDS vds) |
void |
VdsUpEvent(Guid vdsId) |
void VdsNotResponding(VDS vds)
void VdsNonOperational(Guid vdsId, NonOperationalReason type, boolean logCommand, boolean saveToDb, Guid domainId)
void VdsMovedToMaintanance(Guid vdsId)
void StorageDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
void MasterDomainNotOperational(Guid storageDomainId, Guid storagePoolId)
void ProcessOnVmStop(Guid vmId)
vmId
- void VdsUpEvent(Guid vdsId)
void ProcessOnCpuFlagsChange(Guid vdsId)
void ProcessOnVmPoweringUp(Guid vds_id, Guid vmid, String display_ip, int display_port)
void Rerun(Guid vmId)
void RunningSucceded(Guid vmId)
void RemoveAsyncRunningCommand(Guid vmId)
void StoragePoolUpEvent(storage_pool storagePool, boolean isNewSpm)
void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error)
void StoragePoolStatusChange(Guid storagePoolId, StoragePoolStatus status, AuditLogType auditLogType, VdcBllErrors error, TransactionScopeOption transactionScopeOption)
void StoragePoolStatusChanged(Guid storagePoolId, StoragePoolStatus status)
void RunFailedAutoStartVM(Guid vmId)
boolean RestartVds(Guid vdsId)
Copyright © 2012. All Rights Reserved.