Merge "Providers: propose changes to create pool API"

This commit is contained in:
Zuul 2018-06-26 02:53:53 +00:00 committed by Gerrit Code Review
commit ab37d51ce5
2 changed files with 4 additions and 0 deletions

View File

@ -639,6 +639,8 @@ contain the following:
+-----------------------+--------+------------------------------------------+
| loadbalancer_id | string | ID of load balancer. |
+-----------------------+--------+------------------------------------------+
| listener_id | string | ID of listener. |
+-----------------------+--------+------------------------------------------+
| members | list | A list of `Member objects`_. |
+-----------------------+--------+------------------------------------------+
| name | string | Human-readable name of the pool. |

View File

@ -611,6 +611,8 @@ Pool
+-----------------------+--------+------------------------------------------+
| loadbalancer_id | string | ID of load balancer. |
+-----------------------+--------+------------------------------------------+
| listener_id | string | ID of listener. |
+-----------------------+--------+------------------------------------------+
| members | list | A list of `Member objects`_. |
+-----------------------+--------+------------------------------------------+
| name | string | Human-readable name of the pool. |