def __init__(self, base_url, machine_hostname, group_id, api_user, api_key, config_name, cluster):
     AutomationApiBase.__init__(self, base_url, machine_hostname, group_id, api_user, api_key)
     self.config_name = config_name
     self.cluster = cluster
示例#2
0
 def __init__(self, base_url, machine_hostname, group_id, api_user, api_key,
              config_name):
     AutomationApiBase.__init__(self, base_url, machine_hostname, group_id,
                                api_user, api_key)
     self.config_name = config_name
示例#3
0
 def __init__(self, base_url, machine_hostname, group_id, api_user, api_key,
              step_over):
     AutomationApiBase.__init__(self, base_url, machine_hostname, group_id,
                                api_user, api_key)
     self.step_over = step_over
 def __init__(self, base_url, machine_hostname, group_id, api_user, api_key, step_over):
     AutomationApiBase.__init__(self, base_url, machine_hostname, group_id, api_user, api_key)
     self.step_over = step_over