我想使用vSphere API添加外部网络但是没有任何想法。 请给我链接。
答案 0 :(得分:2)
有一种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>
的配置详情