Modifier and Type | Method and Description |
---|---|
void |
VdsEventListener.VdsNonOperational(Guid vdsId,
NonOperationalReason reason,
boolean logCommand,
boolean saveToDb,
Guid domainId) |
Modifier and Type | Method and Description |
---|---|
NonOperationalReason |
SetNonOperationalVdsParameters.getNonOperationalReason() |
Modifier and Type | Method and Description |
---|---|
void |
SetNonOperationalVdsParameters.setNonOperationalReason(NonOperationalReason nonOperationalReason) |
Constructor and Description |
---|
SetNonOperationalVdsParameters(Guid vdsId,
NonOperationalReason reason) |
Modifier and Type | Method and Description |
---|---|
static NonOperationalReason |
NonOperationalReason.forValue(int value) |
NonOperationalReason |
VDS.getNonOperationalReason() |
NonOperationalReason |
VdsDynamic.getNonOperationalReason() |
static NonOperationalReason |
NonOperationalReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonOperationalReason[] |
NonOperationalReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VDS.setNonOperationalReason(NonOperationalReason nonOperationalReason) |
void |
VdsDynamic.setNonOperationalReason(NonOperationalReason nonOperationalReason) |
void |
IVdsEventListener.VdsNonOperational(Guid vdsId,
NonOperationalReason type,
boolean logCommand,
boolean saveToDb,
Guid domainId) |
Modifier and Type | Method and Description |
---|---|
NonOperationalReason |
SetVdsStatusVDSCommandParameters.getNonOperationalReason() |
Modifier and Type | Method and Description |
---|---|
void |
SetVdsStatusVDSCommandParameters.setNonOperationalReason(NonOperationalReason nonOperationalReason) |
Constructor and Description |
---|
SetVdsStatusVDSCommandParameters(Guid vdsId,
VDSStatus status,
NonOperationalReason nonOperationalReason) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.VdsNonOperational(Guid vdsId,
NonOperationalReason reason,
boolean logCommand,
boolean saveToDb,
Guid domainId) |
Copyright © 2012. All Rights Reserved.