Apache CloudStack v4.9.0 Root Admin API Reference
								
addTrafficType
Adds traffic type to a physical network
Request parameters
| Parameter Name | Description | Required | 
| physicalnetworkid | the Physical Network ID | true | 
| traffictype | the trafficType to be added to the physical network | true | 
| hypervnetworklabel | The network name label of the physical device dedicated to this traffic on a Hyperv host | false | 
| isolationmethod | Used if physical network has multiple isolation types and traffic type is public. Choose which isolation method. Valid options currently 'vlan' or 'vxlan', defaults to 'vlan'. | false | 
| kvmnetworklabel | The network name label of the physical device dedicated to this traffic on a KVM host | false | 
| ovm3networklabel | The network name of the physical device dedicated to this traffic on an OVM3 host | false | 
| vlan | The VLAN id to be used for Management traffic by VMware host | false | 
| vmwarenetworklabel | The network name label of the physical device dedicated to this traffic on a VMware host | false | 
| xennetworklabel | The network name label of the physical device dedicated to this traffic on a XenServer host | false | 
Response Tags
| Response Name | Description | 
| id | id of the network provider | 
| hypervnetworklabel | The network name label of the physical device dedicated to this traffic on a HyperV host | 
| kvmnetworklabel | The network name label of the physical device dedicated to this traffic on a KVM host | 
| ovm3networklabel | The network name of the physical device dedicated to this traffic on an OVM3 host | 
| physicalnetworkid | the physical network this belongs to | 
| traffictype | the trafficType to be added to the physical network | 
| vmwarenetworklabel | The network name label of the physical device dedicated to this traffic on a VMware host | 
| xennetworklabel | The network name label of the physical device dedicated to this traffic on a XenServer host |