0

vSphere API を使用して外部ネットワークを追加したいのですが、わかりませんでした。リンクを教えてください。

4

1 に答える 1

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 >の構成の詳細に進みます。

于 2014-08-13T13:48:20.417 に答える