From afea3d37b714c4a39ea5caf2da0eb6f443c82df1 Mon Sep 17 00:00:00 2001 From: ladquin Date: Thu, 24 Jan 2013 18:00:19 -0300 Subject: [PATCH] Add doc support for Floating IPs Bulk extension Modified: src/docbkx/api-ref.xml > to render new section Added: src/wadls/compute-api/src/ext/os-floating-ips-bulk.wadl Fixes: bug 1074202 Change-Id: Ia4e1e26454126c558c1b5214558350a93acc0db9 --- api-ref/src/docbkx/api-ref.xml | 9 ++ .../src/ext/os-floating-ips-bulk.wadl | 152 ++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 api-ref/src/wadls/compute-api/src/ext/os-floating-ips-bulk.wadl diff --git a/api-ref/src/docbkx/api-ref.xml b/api-ref/src/docbkx/api-ref.xml index b4c4c3f65..8eb53e697 100644 --- a/api-ref/src/docbkx/api-ref.xml +++ b/api-ref/src/docbkx/api-ref.xml @@ -162,6 +162,15 @@ href="../wadls/compute-api/src/ext/os-floating-ips.wadl" xmlns:wadl="http://wadl.dev.java.net/2009/02"/> +
+ Floating IPs Bulk + The Floating IPs Bulk extension enables the bulk creation, + deletion and listing of floating IPs. By default, the pool is named nova. + You can view the available pools with the os-floating-ip-pools extension. + +
Floating IP DNS The Floating IP DNS extension provides an interface for diff --git a/api-ref/src/wadls/compute-api/src/ext/os-floating-ips-bulk.wadl b/api-ref/src/wadls/compute-api/src/ext/os-floating-ips-bulk.wadl new file mode 100644 index 000000000..23595ccb3 --- /dev/null +++ b/api-ref/src/wadls/compute-api/src/ext/os-floating-ips-bulk.wadl @@ -0,0 +1,152 @@ + + + + + + + + + + + +

+ The unique identifier of the tenant or account. +

+
+ + + + + + + + + + + + +

+ The name of the host of interest to you. +

+ + +
+ +
+
+
+
+ + + +

Return a list of all floating IPs.

+
+ + + + + + + + + + + + +
+ + + +

Return a list of all floating IPs for a given host.

+
+ + + + + + + + + + + + +
+ + + +

Bulk create floating IPs.

+
+ + + +

+ The range of IP addresses to use for creating floating IPs. +

+
+ + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + +

Bulk delete floating IPs.

+
+ + + +

+ The range of IP addresses to bulk delete floating IPs from. +

+
+ + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +