本文整理汇总了Python中cps.base.BaseClient.usage方法的典型用法代码示例。如果您正苦于以下问题:Python BaseClient.usage方法的具体用法?Python BaseClient.usage怎么用?Python BaseClient.usage使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类cps.base.BaseClient
的用法示例。
在下文中一共展示了BaseClient.usage方法的10个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " add_nodes serviceid count [cloud] # add the specified number of scalaris nodes."
print " # Set \'cloud\' to \'auto\' to automatically place nodes across multiple clouds."
print " remove_nodes serviceid count [cloud] # remove the specified number of scalaris nodes"
print " list_nodes serviceid # list all nodes"
print " get_node_info serviceid nodeid # get information about the specified node"
示例2: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, aid, sid ):
BaseClient.usage(self, aid, sid)
print ""
print " ----Service specific commands-------"
print ""
print " get_helloworld appid serviceid"
print " add_nodes appid serviceid count [cloud]"
print " remove_nodes appid serviceid count"
示例3: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " set_password serviceid password"
print " add_nodes serviceid count [cloud]"
print " add_glb_nodes serviceid count [cloud]"
print " remove_nodes serviceid count"
print " remove_glb_nodes serviceid count"
print " sqldump serviceid"
print " load_dump serviceid filename"
print " migrate_nodes serviceid origin_cloud:node_id:dest_cloud[,o_cloud:node_id:d_cloud]* [delay]"
示例4: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " add_nodes serviceid count [cloud] # add the specified number of osd nodes"
print " remove_nodes serviceid count [cloud] # remove the specified number of osd nodes"
print " list_volumes serviceid"
print " create_volume serviceid vol_name"
print " delete_volume serviceid vol_name"
print " list_policies serviceid policy_type # [ osd_sel | replica_sel | replication ]"
print " set_policy serviceid policy_type vol_name policy [factor]"
print " toggle_persistent serviceid"
print " set_osd_size serviceid vol_size"
示例5: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " add_nodes serviceid b w p [cloud] # add b backend, w web and p proxy nodes"
print " remove_nodes serviceid b w p # remove b backend, w web and p proxy nodes"
print " list_keys serviceid # list authorized SSH keys"
print " upload_key serviceid filename # upload an SSH key"
print " list_uploads serviceid # list uploaded code versions"
print " upload_code serviceid filename # upload a new code version"
print " download_code serviceid version # download a specific code version"
# implemented in {php,java}.py
print " enable_code serviceid version # set a specific code version active"
示例6: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " == HTC specific commands == "
print " hosts serviceid "
print " create_job serviceid bot_file"
print " upload_file serviceid file"
#print " create_worker serviceid type [cloud]"
print " create_worker serviceid [cloud]"
print " remove_worker serviceid worker_id"
print " configuration serviceid"
print " throughput serviceid"
print " add serviceid job_id bot_file"
print " remove serviceid job_id bot_file"
print " sample serviceid job_id"
print " submit serviceid job_id"
print " stat serviceid"
示例7: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " add_nodes serviceid count [cloud] # add the specified number of nodes"
print " remove_nodes serviceid count # remove the specified number of nodes"
print " upload_code serviceid filename # upload a new code version"
print " list_keys serviceid # list authorized SSH keys"
print " upload_key serviceid filename # upload an SSH key"
print " list_uploads serviceid # list uploaded code versions"
print " download_code serviceid version # download a specific code version"
print " enable_code serviceid version # set a specific code version active"
print " delete_code serviceid version # delete a specific code version"
print " list_volumes serviceid # list the volumes in use by the Generic agents"
print " create_volume serviceid vol_name size(MB) agent_id # create a volume and attatch it to a Generic agent"
print " delete_volume serviceid vol_name # detach and delete a volume"
print " run serviceid [param] # execute the run.sh script"
print " interrupt serviceid [param] # execute the interrupt.sh script"
print " cleanup serviceid [param] # execute the cleanup.sh script"
print " get_script_status serviceid # get the status of the scripts for each Generic agent"
print " get_agent_log serviceid agent_id [filename] # get the agent logs"
示例8: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " get_helloworld serviceid"
print " add_nodes serviceid count [cloud]"
print " remove_nodes serviceid count"
示例9: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)
print " add_nodes serviceid count"
print " remove_nodes serviceid count"
示例10: usage
# 需要导入模块: from cps.base import BaseClient [as 别名]
# 或者: from cps.base.BaseClient import usage [as 别名]
def usage(self, cmdname):
BaseClient.usage(self, cmdname)