aliyun.slb package

Module contents

Aliyun SLB

To interact with the SLB API, use aliyun.slb.connection.SlbConnection.

import aliyun.slb.connection
conn = aliyun.slb.connection.SlbConnection('cn-hangzhou')
conn.deregister_backend_server_ids(['bad_id'])
Generally, the API Action parameters are implemented in methods named very similar to their associated Action. Some additional helper functionality wraps some calls. The helper methods are: