3.0

Table Of Contents
Lab Manager SOAP API Guide
40 VMware, Inc.
catch (Exception e)
{
Console.WriteLine("Error: " + e.Message);
Console.ReadLine();
}
ConfigurationDeploy
Thismethodallowsyoutodeployanundeployedconfigurationwhichresidesinthe
Workspace.
Syntax
ConfigurationDeploy(6, false, 1);
Arguments
Response
Noresponse.
Sample Code: C#
try
{
LabManagerSoap.VMwareLabManagerSOAPinterface binding = new
LabManagerSoap.VMwareLabManagerSOAPinterface();
//** Create login
binding.AuthenticationHeaderValue = new
LabManagerSoap.AuthenticationHeader();
binding.AuthenticationHeaderValue.username = "jaya";
binding.AuthenticationHeaderValue.password = "Lab Manager";
Field Data Type Description
configurationID int NumericidentifieroftheconfigurationintheWorkspace.
isCached boolean Alwayssetafalsevalue.
isFenced int 1=Notfenced.
2=FencedBlocktrafficinandout.
3=FencedAllowtrafficoutonly.
4=FencedAllowtrafficinandout.
Whenyoufenceaconfiguration,only
theprimaryNICis
fenced.