Search in sources :

Example 1 with StartupVspCommand

use of com.cloud.agent.api.StartupVspCommand in project cloudstack by apache.

the class NuageVspResource method initialize.

@Override
public StartupCommand[] initialize() {
    StartupVspCommand sc = new StartupVspCommand();
    sc.setGuid(_guid);
    sc.setName(_name);
    sc.setDataCenter(_zoneId);
    sc.setPod("");
    sc.setPrivateIpAddress("");
    sc.setStorageIpAddress("");
    sc.setVersion(NuageVspResource.class.getPackage().getImplementationVersion());
    return new StartupCommand[] { sc };
}
Also used : StartupCommand(com.cloud.agent.api.StartupCommand) StartupVspCommand(com.cloud.agent.api.StartupVspCommand)

Aggregations

StartupCommand (com.cloud.agent.api.StartupCommand)1 StartupVspCommand (com.cloud.agent.api.StartupVspCommand)1