コード例 #1
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "server_templates.%s" % self.resp_format
コード例 #2
0
ファイル: SshKey.py プロジェクト: kshenk1/rightscale_api
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_ssh_keys.%s" % self.resp_format
        self.ssh_keys           = {}
        self.__set_keys()
コード例 #3
0
ファイル: EbsVolume.py プロジェクト: kshenk1/rightscale_api
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_ebs_volumes.%s" % self.resp_format
コード例 #4
0
ファイル: Deployment.py プロジェクト: kshenk1/rightscale_api
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url    = self.base_url + "deployments.%s" % self.resp_format
コード例 #5
0
    def __init__(self, account_id, username, password):
        ResumatorRightScale.__init__(self, account_id, username, password)

        self.url                = self.base_url + "ec2_security_groups.%s" % self.resp_format