PUT /vApp/{id}/networkConfigSection
- Operation:
- PUT /vApp/{id}/networkConfigSection
- Description:
- Modifies the network config section of a vApp.
There are three general types of vApp networks which could be configured
from this section. They are specified by the element value
in /.
isolated - this is a vApp network which is not connected to any
external organization network and is used only to connect VMs internally
in a vApp. In this network you could configure only its
element of /.
bridged - this is a vApp network which is directly connected to
an external organization network. In this network you should configure
only the element of /. In
this case the element
is inherit from the parent network.
natRouted - this is a vApp network which is NAT routed to an external
organization network. In this network you could configure the
and also you should specify and the element
of /.
When the network is NAT routed you could specify DHCP, firewall rules and
NAT rules, for fine-grained configuration of your network.
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- application/vnd.vmware.vcloud.networkConfigSection+xml
- Input type:
- NetworkConfigSectionType
- Output parameters
-
TaskType This operation is asynchronous and the user should monitor
the returned task status in order to check when it is completed.
- Produce media type(s):
- application/vnd.vmware.vcloud.task+xml
- Output type:
- TaskType
- Examples
-