Apache CloudStack 4.23.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/VXLAN/GRE/STT/BCF_SEGMENT/SSP/ODL/L3VPN/VCS/NSX/NETRIS] | 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 |