VAppNetworkSettings
VAppNetworkSettings
JSON Example
{
"bridgeOrgVdcNetworks": [
{
"id": "3d2fe641-28a4-40b4-9b5b-1c0e00ecd92d",
"name": "network1"
}
],
"bulkConnectVmNics": true,
"copySourceNetworks": true,
"networkMappings": [
{
"destinationOrgVdcNetwork": {
"id": "3d2fe641-28a4-40b4-9b5b-1c0e00ecd92d",
"name": "network1"
},
"sourceNetworkName": "ext_net_vdc_s1Org",
"sourceOrgVdcNetwork": {
"id": "3d2fe641-28a4-40b4-9b5b-1c0e00ecd92d",
"name": "network1"
}
}
]
}
array of
OrgVdcNetwork
bridgeOrgVdcNetworks
Optional
Organization Virtual Datacenter Networks which the vApp to bridge to.
boolean
bulkConnectVmNics
Optional
Specifies whether to connect all VM NICs to single orgVdcNetwork. It cannot be specified in combination with vmNetworkSettings.
boolean
copySourceNetworks
Optional
Specifies whether to copy source network.
array of
VAppNetworkMapping
networkMappings
Optional
If the vApp has networks connected to Organization Virtual Datacenter network, this mapping specifies which should be used.