Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 244951

Re: Example of a network change?

$
0
0

Hello! Do you still need the answer? Here is it

 

$connections = new VMware_VCloud_API_NetworkConnectionSectionType();
$connection = new VMware_VCloud_API_NetworkConnectionType();
$connection->setIpAddress($network->internalIp());
// Any setters from this class
$connections->addNetworkConnection($connection);
// Or collect array of connections and invoke $connections->setNetworkConnection($arrayOfConnections)
$vm->modifyNetworkConnectionSettings($connections);

Viewing all articles
Browse latest Browse all 244951

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>