Modifier and Type | Method and Description |
---|---|
VDSReturnValue |
VDSBrokerFrontendImpl.RunAsyncVdsCommand(VDSCommandType commandType,
VdsAndVmIDVDSParametersBase parameters,
IVdsAsyncCommand command) |
protected VDSReturnValue |
CommandBase.runVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters)
Run the given command in the VDS and return the VDS's response.
|
VDSReturnValue |
VDSBrokerFrontendImpl.RunVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters) |
Modifier and Type | Method and Description |
---|---|
VDSReturnValue |
IResourceManager.runVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters) |
Modifier and Type | Method and Description |
---|---|
VDSReturnValue |
VDSBrokerFrontend.RunAsyncVdsCommand(VDSCommandType commandType,
VdsAndVmIDVDSParametersBase parameters,
IVdsAsyncCommand command) |
VDSReturnValue |
VDSBrokerFrontend.RunVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters) |
Modifier and Type | Method and Description |
---|---|
static VDSCommandType |
VDSCommandType.forValue(int value) |
static VDSCommandType |
VDSCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDSCommandType[] |
VDSCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<P extends VDSParametersBase> |
ResourceManager.runVdsCommand(VDSCommandType commandType,
P parameters) |
Modifier and Type | Method and Description |
---|---|
VDSReturnValue |
ResourceManagerProxy.runVdsCommand(VDSCommandType commandType,
VDSParametersBase parameters) |
Copyright © 2012. All Rights Reserved.