Example #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
Example #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
Example #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
Example #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
Example #5
0
 def __init__(self, cmAccountId=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cmAccountId = cmAccountId
Example #6
0
 def __init__(self, tier_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__tier_id = tier_id
Example #7
0
 def __init__(self, launch_configuration_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__launch_configuration_id = launch_configuration_id
Example #8
0
 def __init__(self, cloud_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cloud_id = cloud_id
Example #9
0
 def __init__(self, access_key=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__access_key = access_key
Example #10
0
 def __init__(self, snapshot_id=None, *args, **kwargs):
     # pylint: disable-msg=W0613
     Resource.__init__(self)
     self.__snapshot_id = snapshot_id
Example #11
0
 def __init__(self, access_key = None, *args, **kwargs):
     Resource.__init__(self)
     self.__access_key = access_key
Example #12
0
 def __init__(self, server_id=None):
     Resource.__init__(self)
     self.__server_id = server_id
Example #13
0
 def __init__(self, cloud_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cloud_id = cloud_id
Example #14
0
 def __init__(self, resource_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.last_error = 'kaboom!'
     self.__resource_id = resource_id
Example #15
0
 def __init__(self, group_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__group_id = group_id
Example #16
0
 def __init__(self, launch_configuration_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__launch_configuration_id = launch_configuration_id
Example #17
0
 def __init__(self, cmAccountId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cmAccountId = cmAccountId
Example #18
0
 def __init__(self, data_center_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.__data_center_id = data_center_id
Example #19
0
 def __init__(self, product_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__product_id = product_id
Example #20
0
 def __init__(self, user_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__user_id = user_id
Example #21
0
 def __init__(self, service_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__service_id = service_id
Example #22
0
 def __init__(self, access_key=None, *args, **kwargs):
     Resource.__init__(self)
     self.__access_key = access_key
Example #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
Example #24
0
 def __init__(self, environmentId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__environmentId = environmentId
Example #25
0
 def __init__(self, region_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__region_id = region_id
Example #26
0
 def __init__(self, role_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__role_id = role_id
Example #27
0
 def __init__(self, job_id=None, **kwargs):
     Resource.__init__(self)
     self.__job_id = job_id
Example #28
0
 def __init__(self, tier_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__tier_id = tier_id
Example #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
Example #30
0
 def __init__(self, cloud_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cloud_id = cloud_id
Example #31
0
 def __init__(self, cloud_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__cloud_id = cloud_id
Example #32
0
 def __init__(self, deployment_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__deployment_id = deployment_id
Example #33
0
 def __init__(self, environmentId=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__environmentId = environmentId
Example #34
0
 def __init__(self, cmAccountId=None, *args, **kwargs):
     Resource.__init__(self)
     self.__cmAccountId = cmAccountId
Example #35
0
 def __init__(self, user_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__user_id = user_id
Example #36
0
 def __init__(self, region_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__region_id = region_id
Example #37
0
 def __init__(self, role_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__role_id = role_id
Example #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
Example #39
0
 def __init__(self, product_id = None, *args, **kwargs):
     Resource.__init__(self)
     self.__product_id = product_id
Example #40
0
 def __init__(self, user_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__user_id = user_id
Example #41
0
 def __init__(self, deployment_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__deployment_id = deployment_id
Example #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
Example #43
0
 def __init__(self, snapshot_id=None, *args, **kwargs):
     # pylint: disable-msg=W0613
     Resource.__init__(self)
     self.__snapshot_id = snapshot_id
Example #44
0
 def __init__(self, load_balancer_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__load_balancer_id = load_balancer_id
Example #45
0
 def __init__(self, role_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__role_id = role_id
Example #46
0
 def __init__(self, account_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__account_id = account_id
Example #47
0
 def __init__(self, job_id=None, endpoint=None, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__job_id = job_id
Example #48
0
 def __init__(self, account_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__account_id = account_id
Example #49
0
 def __init__(self, relational_database_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__relational_database_id = relational_database_id
Example #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
Example #51
0
 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
Example #52
0
 def __init__(self, account_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__account_id = account_id
Example #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
Example #54
0
 def __init__(self, billing_code_id=None, *args, **kwargs):
     Resource.__init__(self)
     self.__billing_code_id = billing_code_id
Example #55
0
 def __init__(self, product_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__product_id = product_id
Example #56
0
 def __init__(self, server_id=None, **kwargs):
     Resource.__init__(self, kwargs)
     self.__server_id = server_id
Example #57
0
 def __init__(self, account_id=None, endpoint=None, *args, **kwargs):
     Resource.__init__(self, endpoint=endpoint)
     self.__account_id = account_id