| ||
detail: element | attribute | value |
XML Example:<AllocatedIPs> <primary_ip>xsd:string</primary_ip> zero or N[<secondary_ips>xsd:string</secondary_ips>] </AllocatedIPs> | JSON Example:{"AllocatedIPs": { "primary_ip": String, "secondary_ips": [String], } } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
primary_ip | xsd:string | false | false | There is nothing that special about the 'primary' IP. But our scripts will typically bind it to your eth0 interface. And is is the one most peopel use to access their server. | |
secondary_ips | zero or N[xsd:string] | false | false | Other ips, if any, allocated to your server. |
| ||
detail: element | attribute | value |