Find Jobs
Hire Freelancers

c# programming for VMware Lab Manager 4

$750-1500 AUD

进行中
已发布超过 13 年前

$750-1500 AUD

货到付款
I have a requirement to backup and restore VMware Lab Manager 4 "Configurations" and the virtual machines within them. The 'Capture' code below sources from VMware Lab Manager SOAP API Documentation, which I would like to use, when run, so that it prompts for: Lab Manager Server name/IP Address Workspace Name Configuration Name Credentials Storage path for capture of Configuration and content within (Computers etc) I then require the reverse of this so as to restore a configuration that was previously exported. ------------------------------------------------------------------------------------------------- --------------CAPTURE CONFIGURATION ---------------------------------------------- int newConfigId = ConfigurationCapture(10,Config10Capture); { //** //** LabManagerSoap is the name of the Web reference in Visual Studio //** [login to view URL] binding = new [login to view URL](); //** Create login [login to view URL] = new [login to view URL](); [login to view URL] = "jaya"; [login to view URL] = "Lab Manager"; [login to view URL] = "MyOrg"; [login to view URL] = "MyWorkspace"; [login to view URL] = new CertificateAccepter(); //** Get Configuration object [login to view URL] Config = [login to view URL]("Config26"); //** Get configuration identifier and deployed status from object int configurationId = [login to view URL]; bool deployed = [login to view URL]; //** Capture configuration if it’s deployed if (deployed) { //** Save capture with date and time stamp string captureName=[login to view URL] + [login to view URL](); string LMStorageServer = "LM Server"; [login to view URL](configurationId, captureName); } catch (Exception e) { [login to view URL]("Error: " + [login to view URL]); [login to view URL](); } --------------------------------------------------------------------------------------------
项目 ID: 825608

关于此项目

1条提案
远程项目
活跃13 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
ConfigurationCapture method present a new configuration name stored on VMWare Lab. If you need to restore, simply check if the current configuration is deployed or not by evaluating the IsDeployed property, delete the configuration by using ConfigurationDelete method, and then do the restore by using ConfigurationClone method. That's it. Every required method is already documented on API docs.
$750 AUD 在3天之内
4.4 (3条评论)
3.3
3.3

关于客户

AUSTRALIA的国旗
Melbourne, Australia
0.0
0
会员自10月 16, 2010起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。