Apache CloudStack 4.17.0.0 Root Admin API Reference
createPhysicalNetwork
Creates a physical network
Request parameters
| Parameter Name | Description | Required |
| name | the name of the physical network | true |
| zoneid | the Zone ID for the physical network | true |
| broadcastdomainrange | the broadcast domain range for the physical network[Pod or Zone]. In Acton release it can be Zone only in Advance zone, and Pod in Basic | false |
| domainid | domain ID of the account owning a physical network | false |
| isolationmethods | the isolation method for the physical network[VLAN/L3/GRE] | false |
| networkspeed | the speed for the physical network[1G/10G] | false |
| tags | Tag the physical network | false |
| vlan | the VLAN for the physical network | false |
Response Tags
| Response Name | Description |
| id | the uuid of the physical network |
| broadcastdomainrange | Broadcast domain range of the physical network |
| domainid | the domain id of the physical network owner |
| isolationmethods | isolation methods |
| name | name of the physical network |
| networkspeed | the speed of the physical network |
| state | state of the physical network |
| tags | comma separated tag |
| vlan | the vlan of the physical network |
| zoneid | zone id of the physical network |
| zonename | zone name of the physical network |