blob: 07a45e2eb19af33531e01ca2d6a8f7931cb4e39b [file] [log] [blame]
{
"type": "object",
"title": "floatingips",
"required": [
"floatingips"
],
"properties": {
"floatingips": {
"type": "array",
"xml": {
"name": "floatingips",
"wrapped": true
},
"items": {
"type": "object",
"description": "A floating IP object.",
"required": [
"id",
"routerName",
"networkName",
"floatingIp",
"podName",
"fixedIp"
],
"properties": {
"id": {
"type": "string",
"example": "6a073105-c735-4e53-8d74-64191c6985fe",
"description": "The ID of floating IP."
},
"routerName": {
"type": "string",
"example": "router-1",
"description": "Name of router."
},
"networkName": {
"type": "string",
"example": "flat-1",
"description": "Name of network."
},
"floatingIp": {
"type": "string",
"example": "10.10.10.5",
"description": "Floating IP address."
},
"podName": {
"type": "string",
"example": "pod-1",
"description": "Name of POD associated with this floating IP"
},
"fixedIp": {
"type": "string",
"example": "20.20.20.5",
"description": "Fixed IP address."
}
}
}
}
}
}