예제 #1
0
    def __init__(self, network_id=None, endpoint=None, *args, **kwargs):
        Resource.__init__(self, endpoint=endpoint)

        if 'detail' in kwargs:
            self.request_details = kwargs['detail']

        self.__network_id = network_id
예제 #2
0
    def __init__(self, firewall_id=None, endpoint=None, **kwargs):
        Resource.__init__(self, endpoint=endpoint)

        if 'detail' in kwargs:
            self.request_details = kwargs['detail']

        self.__firewall_id = firewall_id
예제 #3
0
    def __init__(self, firewall_id=None, endpoint=None, **kwargs):
        Resource.__init__(self, endpoint=endpoint)

        if 'detail' in kwargs:
            self.request_details = kwargs['detail']

        self.__firewall_id = firewall_id
예제 #4
0
    def __init__(self, network_id = None, *args, **kwargs):
        Resource.__init__(self)

        if 'detail' in kwargs:
            self.request_details = kwargs['detail']

        self.__network_id = network_id
예제 #5
0
 def __init__(self, cmAccountId=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cmAccountId = cmAccountId
예제 #6
0
파일: tier.py 프로젝트: JPWKU/mixcoatl
 def __init__(self, tier_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__tier_id = tier_id
예제 #7
0
 def __init__(self, launch_configuration_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__launch_configuration_id = launch_configuration_id
예제 #8
0
 def __init__(self, cloud_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cloud_id = cloud_id
예제 #9
0
 def __init__(self, access_key=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__access_key = access_key
예제 #10
0
파일: snapshot.py 프로젝트: timf/mixcoatl
 def __init__(self, snapshot_id=None, *args, **kwargs):
     # pylint: disable-msg=W0613
     Resource.__init__(self)
     self.__snapshot_id = snapshot_id
예제 #11
0
파일: api_key.py 프로젝트: JPWKU/mixcoatl
 def __init__(self, access_key = None, *args, **kwargs):
     Resource.__init__(self)
     self.__access_key = access_key
예제 #12
0
 def __init__(self, server_id=None):
     Resource.__init__(self)
     self.__server_id = server_id
예제 #13
0
파일: cloud.py 프로젝트: timf/mixcoatl
 def __init__(self, cloud_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cloud_id = cloud_id
예제 #14
0
 def __init__(self, resource_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.last_error = 'kaboom!'
     self.__resource_id = resource_id
예제 #15
0
 def __init__(self, group_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__group_id = group_id
예제 #16
0
 def __init__(self, launch_configuration_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__launch_configuration_id = launch_configuration_id
예제 #17
0
 def __init__(self, cmAccountId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cmAccountId = cmAccountId
예제 #18
0
 def __init__(self, data_center_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.__data_center_id = data_center_id
예제 #19
0
 def __init__(self, product_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__product_id = product_id
예제 #20
0
파일: user.py 프로젝트: timf/mixcoatl
 def __init__(self, user_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__user_id = user_id
예제 #21
0
 def __init__(self, service_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__service_id = service_id
예제 #22
0
 def __init__(self, access_key=None, *args, **kwargs):
     Resource.__init__(self)
     self.__access_key = access_key
예제 #23
0
 def __init__(self, billing_code_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__billing_code_id = billing_code_id
예제 #24
0
 def __init__(self, environmentId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__environmentId = environmentId
예제 #25
0
 def __init__(self, region_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__region_id = region_id
예제 #26
0
파일: role.py 프로젝트: enStratus/mixcoatl
 def __init__(self, role_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__role_id = role_id
예제 #27
0
파일: job.py 프로젝트: jimsander/mixcoatl
 def __init__(self, job_id=None, **kwargs):
     Resource.__init__(self)
     self.__job_id = job_id
예제 #28
0
 def __init__(self, tier_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__tier_id = tier_id
예제 #29
0
 def __init__(self, storage_object_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__storage_object_id = storage_object_id
예제 #30
0
 def __init__(self, cloud_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cloud_id = cloud_id
예제 #31
0
파일: cloud.py 프로젝트: enStratus/mixcoatl
 def __init__(self, cloud_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cloud_id = cloud_id
예제 #32
0
 def __init__(self, deployment_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__deployment_id = deployment_id
예제 #33
0
 def __init__(self, environmentId=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__environmentId = environmentId
예제 #34
0
 def __init__(self, cmAccountId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cmAccountId = cmAccountId
예제 #35
0
 def __init__(self, user_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__user_id = user_id
예제 #36
0
 def __init__(self, region_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__region_id = region_id
예제 #37
0
파일: role.py 프로젝트: jimsander/mixcoatl
 def __init__(self, role_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__role_id = role_id
예제 #38
0
 def __init__(self, load_balancer_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__load_balancer_id = load_balancer_id
예제 #39
0
 def __init__(self, product_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.__product_id = product_id
예제 #40
0
파일: user.py 프로젝트: irvingpop/mixcoatl
 def __init__(self, user_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__user_id = user_id
예제 #41
0
 def __init__(self, deployment_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__deployment_id = deployment_id
예제 #42
0
 def __init__(self, machine_image_id = None, *args, **kwargs):
     """A machine image is the baseline image or template from which
         virtual machines may be provisioned.
     """
     Resource.__init__(self, request_details='basic')
     self.__machine_image_id = machine_image_id
예제 #43
0
 def __init__(self, snapshot_id=None, *args, **kwargs):
     # pylint: disable-msg=W0613
     Resource.__init__(self)
     self.__snapshot_id = snapshot_id
예제 #44
0
 def __init__(self, load_balancer_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__load_balancer_id = load_balancer_id
예제 #45
0
파일: role.py 프로젝트: JPWKU/mixcoatl
 def __init__(self, role_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__role_id = role_id
예제 #46
0
 def __init__(self, account_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__account_id = account_id
예제 #47
0
파일: job.py 프로젝트: enStratus/mixcoatl
 def __init__(self, job_id=None, endpoint=None, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__job_id = job_id
예제 #48
0
파일: account.py 프로젝트: timf/mixcoatl
 def __init__(self, account_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__account_id = account_id
예제 #49
0
 def __init__(self, relational_database_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__relational_database_id = relational_database_id
예제 #50
0
    def __init__(self, firewall_rule_id = None, *args, **kwargs):
        if 'detail' in kwargs:
            self.request_details = kwargs['detail']

        Resource.__init__(self)
        self.__firewall_rule_id = firewall_rule_id
예제 #51
0
파일: volume.py 프로젝트: timf/mixcoatl
 def __init__(self, volume_id=None, *args, **kwargs):
     # pylint: disable-msg=W0613
     Resource.__init__(self)
     if 'detail' in kwargs:
         self.request_details = kwargs['detail']
     self.__volume_id = volume_id
예제 #52
0
 def __init__(self, account_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__account_id = account_id
예제 #53
0
 def __init__(self, data_center_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__data_center_id = data_center_id
예제 #54
0
 def __init__(self, billing_code_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__billing_code_id = billing_code_id
예제 #55
0
 def __init__(self, product_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__product_id = product_id
예제 #56
0
 def __init__(self, server_id=None, **kwargs):
     Resource.__init__(self, kwargs)
     self.__server_id = server_id
예제 #57
0
 def __init__(self, account_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__account_id = account_id