def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'ListSensitiveColumnsDetail')
        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())
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'ListUserPermissions')
        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())
Beispiel #3
0
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'CreateLogicDatabase', 'dms-enterprise')
        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())
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'ExecuteStructSync')
        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())
Beispiel #5
0
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'GetDataCorrectBackupFiles')
        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())
Beispiel #6
0
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'GetDataCronClearTaskDetailList', 'dms-enterprise')
        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())
    def __init__(self):
        RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01',
                            'GetOwnerApplyOrderDetail', 'dms-enterprise')
        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())
Beispiel #8
0
	def __init__(self):
		RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01', 'GetDataExportDownloadURL','dmsenterprise')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())
	def __init__(self):
		RpcRequest.__init__(self, 'dms-enterprise', '2018-11-01', 'UpdateUser','dmsenterprise')
		if hasattr(self, "endpoint_map"):
			setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
		if hasattr(self, "endpoint_regional"):
			setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional())