Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/CLI"

< Neutron‎ | LBaaS
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
= Scope =
  
== Command List ==  
+
This document describes LBaaS commands that need to be added into python-quantumclient in order to support LBaaS extension. The implementation is proposed to be extensible and support plugins.
 +
 
 +
== Command List ==
  
  
Line 9: Line 12:
 
     healthmonitor-list          List healthmonitors that belong to a given tenant
 
     healthmonitor-list          List healthmonitors that belong to a given tenant
 
     healthmonitor-show          Show information of a given healthmonitor
 
     healthmonitor-show          Show information of a given healthmonitor
     healthmonitor-update        Update healthmonitor's information  
+
     healthmonitor-update        Update healthmonitor's information
  
 
     healthmonitor-associate    Associate a healthmonitor with a pool
 
     healthmonitor-associate    Associate a healthmonitor with a pool
 
     healthmonitor-disassociate  Disassociate a healthmonitor with a pool
 
     healthmonitor-disassociate  Disassociate a healthmonitor with a pool
   
+
 
 
     member-create              Create a member
 
     member-create              Create a member
 
     member-delete              Delete a given member
 
     member-delete              Delete a given member
 
     member-list                List members that belong to a given tenant
 
     member-list                List members that belong to a given tenant
 
     member-show                Show information of a given member
 
     member-show                Show information of a given member
     member-update              Update member's information  
+
     member-update              Update member's information
  
 
     pool-create                Create a pool
 
     pool-create                Create a pool
Line 24: Line 27:
 
     pool-list                  List pools that belong to a given tenant
 
     pool-list                  List pools that belong to a given tenant
 
     pool-show                  Show information of a given pool
 
     pool-show                  Show information of a given pool
     pool-update                Update pool's information  
+
     pool-update                Update pool's information
   
+
 
 
     vip-create                  Create a vip
 
     vip-create                  Create a vip
 
     vip-delete                  Delete a given vip
 
     vip-delete                  Delete a given vip

Revision as of 12:58, 9 November 2012

Scope

This document describes LBaaS commands that need to be added into python-quantumclient in order to support LBaaS extension. The implementation is proposed to be extensible and support plugins.

Command List

    healthmonitor-create        Create a healthmonitor
    healthmonitor-delete        Delete a given healthmonitor
    healthmonitor-list          List healthmonitors that belong to a given tenant
    healthmonitor-show          Show information of a given healthmonitor
    healthmonitor-update        Update healthmonitor's information

    healthmonitor-associate     Associate a healthmonitor with a pool
    healthmonitor-disassociate  Disassociate a healthmonitor with a pool

    member-create               Create a member
    member-delete               Delete a given member
    member-list                 List members that belong to a given tenant
    member-show                 Show information of a given member
    member-update               Update member's information

    pool-create                 Create a pool
    pool-delete                 Delete a given pool
    pool-list                   List pools that belong to a given tenant
    pool-show                   Show information of a given pool
    pool-update                 Update pool's information

    vip-create                  Create a vip
    vip-delete                  Delete a given vip
    vip-list                    List vips that belong to a given tenant
    vip-show                    Show information of a given vip
    vip-update                  Update vip's information