使用vSphere API配置虚拟机(9)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-06 18:17 点击:次
taskResult = taskInfo.getState().getValue();
Thread.sleep(5000L);
} catch (InterruptedException localInterruptedException) {
throw localInterruptedException;
}
if (taskResult.equals("error")) {
TaskInfo taskInfo =
(TaskInfo) this.getSingleProperty("info",taskMor);
System.out.println("error in inflateVirtualDisk_Task:"+
taskInfo.getError().getLocalizedMessage());
return “failed”;
}
if (taskResult.equals("success")) {
return "SUCCESS";
相关新闻>>
- 在VMwarevSphereClient下使用Linux虚拟机安装CentOS6.4系统
- VMware vSphere Management Assistant Guide
- VMwarevSphereUpdateManager5.0
- 使用VMwareworkstation9做虚拟机克隆时,网卡的MAC地址会不会重
- 使用字符工具xm管理xen保存、停止和暂停
- 使用vmware配置centos 6.0+网络出现的各种问题解决方案
- 主机使用无线网卡Vmware虚拟机网络设置——Bridge
- 虚拟机使用无线网卡上网配置
- VMware7.1.5虚拟机安装Ubuntu 11.10使用share folders共享目录
- VirtualBox远程桌面(VDR)使用
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>