Apache CloudStack 4.0.0-incubating Root Admin API Reference
createPrivateGateway
Creates a private gateway
Request parameters
Parameter Name | Description | Required |
gateway | the gateway of the Private gateway | true |
ipaddress | the IP address of the Private gateaway | true |
netmask | the netmask of the Private gateway | true |
vlan | the Vlan for the private gateway | true |
vpcid | the VPC network belongs to | true |
physicalnetworkid | the Physical Network ID the network belongs to | false |
Response Tags
Response Name | Description |
id | the id of the private gateway |
account | the account associated with the private gateway |
domain | the domain associated with the private gateway |
domainid | the ID of the domain associated with the private gateway |
gateway | the gateway |
ipaddress | the private gateway's ip address |
netmask | the private gateway's netmask |
physicalnetworkid | the physical network id |
project | the project name of the private gateway |
projectid | the project id of the private gateway |
state | State of the gateway, can be Creating, Ready, Deleting |
vlan | the vlan of the private gateway |
vpcid | VPC the private gateaway belongs to |
zoneid | zone id of the private gateway |
zonename | the name of the zone the private gateway belongs to |