如何使用vSphere API添加外部网络

时间:2014-08-13 07:03:33

标签: vmware vsphere

我想使用vSphere API添加外部网络但是没有任何想法。 请给我链接。

1 个答案:

答案 0 :(得分:2)

请查看vSphere API文档以获取详细信息和步骤

有一种API服务方法:: AddVirtualNIC

 <element xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="AddVirtualNic" type="vim25:AddVirtualNicRequestType"/>
 <element xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="AddVirtualNicResponse">
    <complexType>
       <sequence>
          <element name="returnval" type="xsd:string"/>
       </sequence>
    </complexType>
 </element>

继续进一步了解vSphere HostNetworkSystem <ManagedOBJECT>

的配置详情