This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 59365314257b8edacc55af20492d04a7eacbce9f
Author: Tio Gobin <[email protected]>
AuthorDate: Wed Sep 2 15:18:15 2020 +0200

    added Outscale Extra functions to documentation
---
 docs/compute/drivers/outscale.rst | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/docs/compute/drivers/outscale.rst 
b/docs/compute/drivers/outscale.rst
index 08fdf5b..7e63fb1 100644
--- a/docs/compute/drivers/outscale.rst
+++ b/docs/compute/drivers/outscale.rst
@@ -104,4 +104,16 @@ Volumes
 * ``attach_volume`` - Return a ``boolean``
 * ``detach_volume`` - Returns a ``boolean``
 
-
+Outscale Extra Functions
+------------------------
+
+The Outscale driver implement the following extra methods:
+
+IP
+__
+* ``ex_create_public_ip`` - Returns a ``boolean``
+* ``ex_delete_public_ip`` - Returns a ``boolean``
+* ``ex_list_public_ips`` - Returns a ``dict``
+* ``ex_list_public_ip_ranges`` - Returns a ``dict``
+* ``ex_attach_public_ip`` - Returns a ``boolean``
+* ``ex_detach_public_ip`` - Returns a ``boolean``
\ No newline at end of file

Reply via email to