Example #1
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'DescribePodContainerLogList')
        self.set_method('POST')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #2
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'UpdateDeployConfig')
        self.set_method('POST')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #3
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'GetInstTransInfo')
        self.set_method('POST')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #4
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'DescribeAppEnvironmentDetail')
        self.set_method('GET')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #5
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'ListAppGroupMapping')
        self.set_method('POST')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #6
0
    def __init__(self):
        RpcRequest.__init__(self, 'retailcloud', '2018-03-13',
                            'DeleteAppResourceAlloc')
        self.set_method('POST')

        if hasattr(self, "endpoint_map"):
            setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
        if hasattr(self, "endpoint_regional"):
            setattr(self, "endpoint_regional",
                    endpoint_data.getEndpointRegional())
Example #7
0
	def __init__(self):
		RpcRequest.__init__(self, 'retailcloud', '2018-03-13', 'ListCluster','retailcloud')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())