PUT /vAppTemplate/{id}/networkConfigSection

Operation:
PUT /vAppTemplate/{id}/networkConfigSection
Description:
Update the network config section of a vApp.
Since:
0.9
Input parameters
Consume media type(s):
application/vnd.vmware.vcloud.networkConfigSection+xml
application/vnd.vmware.vcloud.networkConfigSection+json
Input type:
NetworkConfigSectionType
Output parameters
TaskType

This operation is asynchronous and returns a task that you can monitor to track the progress of the request.

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
application/vnd.vmware.vcloud.task+json
Output type:
TaskType
Examples
Request


Headers:


Body:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns6:NetworkConfigSection
    xmlns="http://www.vmware.com/vcloud/versions" xmlns:ns2="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ns3="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:ns4="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:ns5="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:ns6="http://www.vmware.com/vcloud/v1.5" xmlns:ns7="http://www.vmware.com/schema/ovf" xmlns:ns8="http://schemas.dmtf.org/ovf/environment/1" xmlns:ns9="http://www.vmware.com/vcloud/extension/v1.5"
    type="application/vnd.vmware.vcloud.networkConfigSection+xml"
    href="https://vcloud.example.com/api/vAppTemplate/vappTemplate-c5dd8c23-fdec-4051-b5b8-49aa403f15f5/networkConfigSection/" ns2:required="false">
    <ns2:Info ns2:msgid="networkConfigSection"></ns2:Info>
</ns6:NetworkConfigSection>
Response


Headers:


Body: